-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If anyone's lookiing for an alternative... #703
Comments
Thanks for the link. It looks like it doesn't support something similar to /anything/, unfortunately. |
you can find some more alternatives here: |
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/ |
This seems to be more reliable than httpbin.org nowadays. See also discussion in postmanlabs/httpbin#703
I built an alternative httpbin with Gin. |
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 (?)
The text was updated successfully, but these errors were encountered: