in reply to Re: WWW::Mechanize Post Method - Help find error
in thread WWW::Mechanize Post Method - Help find error
has been changed to$request = new HTTP::Request(POST "http://www.abc.com/ChooseZone.aspx? +type=A" , [ '__EVENTTARGET' => "rdlZone_0", '__EVENTARGUMENT' => "", '__VIEWSTATE' => "dDw0NzUyO", 'rdlZone' => "1", ] );
It was a matter of changing POST to 'POST'=>$request = new HTTP::Request('POST'=> "http://www.abc.com/ChooseZone.a +spx? +type=A" , [ '__EVENTTARGET' => "rdlZone_0", '__EVENTARGUMENT' => "", '__VIEWSTATE' => "dDw0NzUyO", 'rdlZone' => "1", ] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: WWW::Mechanize Post Method - Help find error
by revdiablo (Prior) on May 18, 2004 at 16:31 UTC |