odrevet has asked for the wisdom of the Perl Monks concerning the following question:
When capture with wireshark :my %params= ('page' => 28, 'index' => 36); my $request = POST 'http://example.org', \%params; $mech->request($request); #send with Mechanize
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTTP::Request::Common : Specify POST fields separators ?
by merlyn (Sage) on Jan 04, 2010 at 04:27 UTC | |
by odrevet (Acolyte) on Jan 04, 2010 at 14:26 UTC | |
by afoken (Chancellor) on Jan 05, 2010 at 14:09 UTC | |
|
Re: HTTP::Request::Common : Specify POST fields separators ?
by Anonymous Monk on Jan 04, 2010 at 03:47 UTC | |
by Anonymous Monk on Jan 05, 2010 at 08:18 UTC |