http://www.perlmonks.org?node_id=1061394


in reply to Re^4: 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?

Seems I wasn't the only one who found your question unclear.

As a pure aside, perhaps what you want it not a formal http redirect, but rather a server rewrite. Whether your server supports it; even whether it is right for your application; I frankly neither know nor care. It's just something I encountered briefly several years ago and pass on in an 'information only' spirit.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re^5: Shortest/quickest way for Perl to take POST data it receives and send a POST request with this data to another URL?