Page 1 of 1

[Solved]HTTP GET request returns 301 Request finish status: Failed

Posted: Wed Apr 15, 2015 4:20 pm
by woody
All the sudden yesterday every HTTP GET Request in my flow is returning

"Request finish status: Failed; status code: 301; status description: Moved Permanently; last error: [151] Unknown error: 151"

Does anyone have experience with this? I have a feeling something may have changed on the server from which I am requesting the GET.

Thanks,
-Aaron W.

Re: HTTP GET request returns 301 Request finish status: Failed

Posted: Wed Apr 15, 2015 7:40 pm
by dkelly
Sounds like the URL that you are connecting to has been relocated. A browser would redirect automatically but not HTTP class.

Re: HTTP GET request returns 301 Request finish status: Failed

Posted: Wed Apr 15, 2015 11:00 pm
by woody
Our upload service did change servers to S3 so I had get them to give me the redirected beginning of the URL so I don't get redirected. DKelly, thanks for your quick response.