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);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LWP GET: '400 Bad Request'
by andyford (Curate) on Aug 07, 2006 at 17:19 UTC |