httpbin icon indicating copy to clipboard operation
httpbin copied to clipboard

If anyone's lookiing for an alternative...

Open alex-jitbit opened this issue 1 year ago • 5 comments

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 (?)

alex-jitbit avatar May 18 '23 12:05 alex-jitbit

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

jpmckinney avatar May 19 '23 17:05 jpmckinney

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

Taschenbuch avatar Jun 13 '23 16:06 Taschenbuch

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

jpmckinney avatar Jun 13 '23 20:06 jpmckinney

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

llimllib avatar Jun 21 '23 15:06 llimllib

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

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

alex-jitbit avatar Jun 26 '23 06:06 alex-jitbit