in reply to Re^2: Help with logging in to a tricky ASP web form with JavaScript using WWW::Mechanize
in thread Help with logging in to a tricky ASP web form with JavaScript using WWW::Mechanize
You will need to replicate all data you see in the HTTP Live Headers, at least as long as submitting the form fails otherwise. You should also include ctl00_ContentPlaceHolder1_ctl00_rcbusertype_ClientState in your request, and also the __EVENTTARGET and other fields that the form has. The Live HTTP Headers should show you all values submitted, and you should also send all those values unless you know better.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Help with logging in to a tricky ASP web form with JavaScript using WWW::Mechanize
by OfficeLinebacker (Chaplain) on Sep 30, 2011 at 23:00 UTC | |
by OfficeLinebacker (Chaplain) on Oct 03, 2011 at 13:22 UTC |