postmanlabs / httpbin

HTTP Request & Response Service, written in Python + Flask.
https://httpbin.org
ISC License
12.83k stars 1.82k forks source link

If anyone's lookiing for an alternative... #703

Open alex-jitbit opened 1 year ago

alex-jitbit commented 1 year ago

Since httpbin is timing out lately, try https://postman-echo.com

I believe it's OK to post this, since the project now belongs to Postman anyway (?)

UPDATE (from here )

Ironically, https://postman-echo.com/ is also timing out today, and throwing "502-bad gateway"...

I'm switching my tests to https://httpbingo.org/

jpmckinney commented 1 year ago

Thanks for the link. It looks like it doesn't support something similar to /anything/, unfortunately.

Taschenbuch commented 1 year ago

you can find some more alternatives here: https://stackoverflow.com/q/5725430

jpmckinney commented 1 year ago

For /anything/ I'm now just running the httpbin docker image: https://hub.docker.com/r/kennethreitz/httpbin

llimllib commented 1 year ago

https://github.com/mccutchen/go-httpbin is a useful, similar and maintained, piece of software.

alex-jitbit commented 1 year ago

Ironically, https://postman-echo.com/ is also timing out today, and throwing "502-bad gateway"...

I'm switching my tests to https://httpbingo.org/

kics223w1 commented 1 week ago

I built an alternative httpbin with Gin. https://github.com/kics223w1/EndpointLab