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.
[Solved]HTTP GET request returns 301 Request finish status: Failed
[Solved]HTTP GET request returns 301 Request finish status: Failed
Last edited by woody on Mon Apr 27, 2015 10:50 pm, edited 1 time in total.
-
- TOP CONTRIBUTOR
- Posts: 628
- Joined: Mon Nov 29, 2010 8:45 pm
- Location: Alpharetta GA USA
- Contact:
Re: HTTP GET request returns 301 Request finish status: Failed
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
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.