in reply to Re: Unable to access restricted URL resource (GET) 302 redirect msg - using HTTP::Request::Generator
in thread Unable to access restricted URL resource (GET) 302 redirect msg - using HTTP::Request::Generator

"LWP::UserAgent can automatically/transparently follow 302 requests, but I don't know if it also transforms a POST request into a GET request after redirect."

For HTTP 302 and HTTP 303 redirects, it transforms non-GET/HEAD requests into GET requests upon redirection.

  • Comment on Re^2: Unable to access restricted URL resource (GET) 302 redirect msg - using HTTP::Request::Generator