in reply to Re^11: Shortest/quickest way for Perl to take POST data it receives and send a POST request with this data to another URL?
in thread Shortest/quickest way for Perl to take POST data it receives and send a POST request with this data to another URL?
I tend to agree. That was not the OP's question though
Really? I thought that was exactly what he asked for?
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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^13: Shortest/quickest way for Perl to take POST data it receives and send a POST request with this data to another URL?
by Your Mother (Archbishop) on Nov 07, 2013 at 05:16 UTC |