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

Post Reply
woody
Newbie
Posts: 8
Joined: Fri Dec 26, 2014 8:13 pm
Location: Minneapolis, MN

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

Post 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.
Last edited by woody on Mon Apr 27, 2015 10:50 pm, edited 1 time in total.
dkelly
TOP CONTRIBUTOR
Posts: 658
Joined: Mon Nov 29, 2010 8:45 pm
Location: Alpharetta GA USA
Contact:

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

Post by dkelly »

Sounds like the URL that you are connecting to has been relocated. A browser would redirect automatically but not HTTP class.
woody
Newbie
Posts: 8
Joined: Fri Dec 26, 2014 8:13 pm
Location: Minneapolis, MN

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

Post 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.
Post Reply