dwatson06 has asked for the wisdom of the Perl Monks concerning the following question:
Thank you$req = POST 'http://asite.com:4443/adir/create_user.cgi HTTP/1.0' , [ '<user>john@doe<enduser>' ]; print $req->as_string();
2002-06-29 Edit by Corion : Moved from QandA, added formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How can I stop a POST from url encoding.
by amphiplex (Monk) on Jun 29, 2002 at 11:20 UTC | |
|
Re: How can I stop a POST from url encoding.
by Aristotle (Chancellor) on Jun 29, 2002 at 11:00 UTC |