httpbin
HTTP request & response testing service
go-httpbin is a Go rewrite of the classic httpbin service, offering an HTTP Request & Response testing API for developers. It echoes request details, simulates status codes, delays, redirects, auth challenges, and more — useful for debugging HTTP clients and tooling.
Links:
- Home: https://httpbin.org/
- Source: https://github.com/mccutchen/go-httpbin
- Image: https://github.com/mccutchen/go-httpbin/pkgs/container/go-httpbin
TODO: Set ALLOWED_REDIRECT_DOMAINS env var to restrict /redirect-to targets if needed