in reply to Re^2: Force LWP to connect to a proxy for HTTP::Request POST
in thread Force LWP to connect to a proxy for HTTP::Request POST
... $req = HTTP::Request->new(POST => 'mysite.com/user_login.php'); ...
It seems you're not supplying a protocol here. Maybe that's the cause of your error. Personally, I would try with WWW::Mechanize and use something like the Mozilla Live HTTP Headers and Wireshark to inspect and compare the network traffic sent by the browser and your script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Force LWP to connect to a proxy for HTTP::Request POST
by xcalibur (Initiate) on Mar 27, 2010 at 02:06 UTC | |
by Anonymous Monk on Mar 27, 2010 at 02:12 UTC | |
by xcalibur (Initiate) on Mar 27, 2010 at 02:27 UTC |