in reply to Re^2: 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?
Scripts are on different machines,
You should make that clear in your question then.
Is it under your control? Do you have NFS access to it?
If so, you could still exec it.
However, if that other machine is another web-server and you need to invoke the remote script via its url, then it makes a lie of "I don't mean that this is a redirect;", because that is exactly what a redirect does.
Clear questions get good answers.
|
|---|