Open alex-jitbit opened 1 year ago
Thanks for the link. It looks like it doesn't support something similar to /anything/, unfortunately.
you can find some more alternatives here: https://stackoverflow.com/q/5725430
For /anything/ I'm now just running the httpbin docker image: https://hub.docker.com/r/kennethreitz/httpbin
https://github.com/mccutchen/go-httpbin is a useful, similar and maintained, piece of software.
Ironically, https://postman-echo.com/ is also timing out today, and throwing "502-bad gateway"...
I'm switching my tests to https://httpbingo.org/
I built an alternative httpbin with Gin. https://github.com/kics223w1/EndpointLab
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/