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
- Disable the httpbin test with redirects The endpoint currently returns 404. The issue is reported: https://github.com/postmanlabs/httpbin/issues/617 — committed to srid/req by mrkkrp 4 years ago
- Disable the httpbin test with redirects The endpoint currently returns 404. The issue is reported: https://github.com/postmanlabs/httpbin/issues/617 — committed to mrkkrp/req by mrkkrp 4 years ago
- tests: temp skip failing danbooru::http redirect tests. Skip for now until https://github.com/postmanlabs/httpbin/issues/617 is fixed. — committed to danbooru/danbooru by evazion 4 years ago
- fix(temp): disable httpbin redirect tests Until postmanlabs/httpbin#617 is fixed — committed to pplr/smocker by pplr 4 years ago
- workaround #344: disable two specs until https://github.com/postmanlabs/httpbin/issues/617 is fixed — committed to silkimen/cordova-plugin-advanced-http by silkimen 4 years ago
- Improve tests to use internal redirect HTTP server instead of httpbin Refs https://github.com/postmanlabs/httpbin/issues/617 — committed to clue-labs/reactphp-buzz by clue 4 years ago
- Disable tests with redirect-to, see postmanlabs/httpbin#617 — committed to babashka/babashka.curl by borkdude 4 years ago
- ci: Temporarily remove the esp_http_client httpbin redirect tests Need to host httpbin ourselves or wait for postmanlabs/httpbin/issues/617 to be resolved — committed to espressif/esp-idf by projectgus 4 years ago
- Temporarily disable failing test Weekly build is failing since https://travis-ci.org/github/itamae-kitchen/itamae/builds/700342208 https://httpbin.org/#/Redirects/get_redirect_to says `https://httpb... — committed to itamae-kitchen/itamae by sue445 4 years ago
- test_http: comment out some tests that are failing due to httpbin httpbin.org is having some issues with redirect endpoints, see https://github.com/postmanlabs/httpbin/issues/617 (my favorite conspi... — committed to stanford-oval/thingpedia-api by gcampax 4 years ago
- skip redirect tests while httpbin is broken #3187 Until https://github.com/postmanlabs/httpbin/issues/617 is fixed or we found an alternative, the redirect tests will be skipped. — committed to dokuwiki/dokuwiki by splitbrain 4 years ago
- ci: Temporarily remove the esp_http_client httpbin redirect tests Need to host httpbin ourselves or wait for postmanlabs/httpbin/issues/617 to be resolved — committed to espressif/esp-idf by projectgus 4 years ago
- ci: Temporarily remove the esp_http_client httpbin redirect tests Need to host httpbin ourselves or wait for postmanlabs/httpbin/issues/617 to be resolved — committed to espressif/esp-idf by projectgus 4 years ago
- HttpClientTest: migrate to httpbingo.org Reason: httpbin.org seems to be unmaintained, https://github.com/postmanlabs/httpbin/issues/617 git-svn-id: https://josm.openstreetmap.de/svn/trunk@16837 0c6... — committed to JOSM/josm by simon04 4 years ago
- replace httpbin.org until https://github.com/postmanlabs/httpbin/issues/617 is fixed git-svn-id: file:///srv/repos/svn-community/svn@668451 9fca08f4-af9d-4005-b8df-a31f2cc04f65 — committed to archlinux/svntogit-community by felixonmars 4 years ago
- replace httpbin.org until https://github.com/postmanlabs/httpbin/issues/617 is fixed git-svn-id: file:///srv/repos/svn-community/svn@668451 9fca08f4-af9d-4005-b8df-a31f2cc04f65 — committed to archlinux/svntogit-community by felixonmars 4 years ago
- attempt to use a local httpbin instance instead https://github.com/postmanlabs/httpbin/issues/617 https://github.com/jd/pifpaf/pull/131 git-svn-id: file:///srv/repos/svn-community/svn@671275 9fca08f... — committed to archlinux/svntogit-community by felixonmars 4 years ago
- attempt to use a local httpbin instance instead https://github.com/postmanlabs/httpbin/issues/617 https://github.com/jd/pifpaf/pull/131 git-svn-id: file:///srv/repos/svn-community/svn@671275 9fca08... — committed to archlinux/svntogit-community by felixonmars 4 years ago
- Temporarily disable redirect test on httpbin see https://github.com/postmanlabs/httpbin/issues/617 — committed to haxetink/tink_http by kevinresol 4 years ago
This mirror still seems to work:
@AbhiramH @ankitjaggi @Atishay4294 @bhargavkaranam @codenirvana @coditva @elssar @godfrzero @kunagpal @nik72619c @numaanashraf @pankajk07 @pradyumnawasthi @Prashansa-K @ritwijsinha @shamasis @sivcan @SueSmith @sujayvenaik @umeshp7 @vinitshahdeo @vkaegis @VShingala @xk0der
Everyone, we’re sorry for the complete radio silence on this 😞. The
/redirect-to
endpoint had to be404
’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?
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:
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!