GET https://somesite.com/foo/bar;jsessionid=0001CxASgCKob1dDFdsSDSDF:-1?requestor=AGE&doctype=Statement&docid=NTczMyT1LTc5LTMtMS0wLQ%3D%3D&token=df99a322563f #### $url = URI->new("https://somesite.com/foo/bar;jsessionid=$jsessionId"); $url->query_form( requestor => 'AGE', doctype => 'Statement', docid => $docid, token => $token, ); $response = $agent->get($url);