in reply to Re: Where to call script
in thread Where to call script

Redirecting the request will only work if it is a GET request, but not if it's a PUT request.

If a PUT request is needed, the best way is to use LWP::UserAgent to do another PUT request in the background.