httpbin: /redirect-to returns 404

All the /redirect-to endpoints are returning 404s.

$ curl -v -X GET "http://httpbin.org/redirect-to?url=http://httpbin.org/get"
*   Trying 34.235.192.52...
* TCP_NODELAY set
* Connected to httpbin.org (34.235.192.52) port 80 (#0)
> GET /redirect-to?url=http://httpbin.org/get HTTP/1.1
> Host: httpbin.org
> User-Agent: curl/7.64.1
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Server: awselb/2.0
< Date: Sat, 20 Jun 2020 06:48:23 GMT
< Content-Type: text/plain; charset=utf-8
< Content-Length: 0
< Connection: keep-alive
<
* Connection #0 to host httpbin.org left intact
* Closing connection 0

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 78
  • Comments: 21 (3 by maintainers)

Commits related to this issue

Most upvoted comments

This mirror still seems to work:

Everyone, we’re sorry for the complete radio silence on this 😞. The /redirect-to endpoint had to be 404’d due to an internal issue. As I write this, we’re working on fixing and bringing this back up without further disruptions. Unfortunately, there’s no E.T.A for this at the moment.

Thanks for hanging in there! 🧗

@kunagpal any update on a fix?

Do you know if there is a fork of this project more “maintained” ?

Meanwhile I’m replacing it with httpbingo.org (https://github.com/mccutchen/go-httpbin) to get tests pass.

Sorry for not getting to this a lot sooner. This should be fixed now.

@kunagpal great that this issue is getting some attention, even though you’re not explaining the radio silence. It would be nice to get some official statement about the state of this project and the support for it within the postman organization. I’d be interested to learn about the background on the transfer from @ken-reitz to your org and what your intentions are with this public service as a commercial entity.

August 2020 @kunagpal wrote:

Everyone, we’re sorry for the complete radio silence on this 😞. The /redirect-to endpoint had to be 404’d due to an internal issue. As I write this, we’re working on fixing and bringing this back up without further disruptions. Unfortunately, there’s no E.T.A for this at the moment.

https://github.com/postmanlabs/httpbin/issues/617#issuecomment-668596347

About a year later… I guess it’s probably not coming back?

Same for /redirect/{n}.

@dgw should work now!