echoserver is a simple echo server for testing HTTP clients.
It generates a URL that returns the exact response you configured.
If you are a frontend developer and need a temporary server for prototyping or mocking, use this tool.
docker run -it --init --rm -p 5678:5678 yoshipy/echoserver
- No need to install packages
- Configurable status code
- Headers can be set as you like
- Any text can be set to the body
- A resizable image can be set to the body
- CORS support
Visit https://echoserver.dev