in reply to Re: Using HTTP::Request::Common to do a GET with form-data?
in thread Using HTTP::Request::Common to do a GET with form-data?
Whats wrong is the google doesn't like the LWP User Agent and will always return 403 to any request with the LWP UA. See this email thread (which I found from a google search). You need to set the UA to something like 'Mozilla/3.142', which I don't believe is possible using LWP::Simple. See doco on LWP and LWP::UserAgent
Dingus
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Using HTTP::Request::Common to do a GET with form-data?
by gnangia (Scribe) on Nov 19, 2002 at 20:45 UTC |