Posting to redirected HTTP request
Status: Alpha
Brought to you by:
coroberti
From: Rowshan D. <dro...@ya...> - 2009-09-04 22:38:16
|
I am trying to send the user name and password to a redirected page. Basically, when I open www.example.com, the proxy server redirects the browser to another page (http://ProxyServerIP:Port/cgi-bin/auth?) which has a user name, password files and an image button for submitting the credential. After providing the correct user name and password, the browser shows the original page www.example.com. Is it possible to accomplish this using curl-loader? If so, how? |