in reply to Shortest/quickest way for Perl to take POST data it receives and send a POST request with this data to another URL?

Hello tunafish,

I need a script to receive a POST request and then to send that same POST request to a different script. I don't mean that this is a redirect: the user interacts only with script 1; script 2 does not return any data.

I'm already confused. (For example, how does one send a POST request to a script? I can guess what you mean by that, but it messes with my head a bit.)

My best guess: You're trying to store a copy of all requests that come through the system.

If I've guessed correctly, I'd suggest you look to:

  • Comment on Re: Shortest/quickest way for Perl to take POST data it receives and send a POST request with this data to another URL?
  • Select or Download Code