in reply to LWP GET: '400 Bad Request'

I'd try

$url = URI->new("https://somesite.com/foo/bar"); $url->query_form( jsessionid => $jsessionId, requestor => 'AGE', doctype => 'Statement', docid => $docid, token => $token, ); $response = $agent->get($url);

-derby

Replies are listed 'Best First'.
Re^2: LWP GET: '400 Bad Request'
by andyford (Curate) on Aug 07, 2006 at 17:19 UTC
    No, thanks for the thought, but the semicolon-jsession id is definately correct.