![]() |
|
P is for Practical | |
PerlMonks |
Re: Shortest/quickest way for Perl to take POST data it receives and send a POST request with this data to another URL?by Anonymous Monk |
on Nov 05, 2013 at 08:39 UTC ( #1061272=note: print w/replies, xml ) | Need Help?? |
What's the quickest and dirtiest way of doing this? A possible solution is, of course, to parse the data using CGI, then to form and send a POST request using LWP, but this seem un-Perl-like and inelegant. Surely there's a simpler solution? Proxy? proxy
In Section
Seekers of Perl Wisdom
|
|