echoserver
GitHub
echoserver.dev
A simple echo server for testing HTTP clients.
Generate the URL and receive the response you want.
Run Locally:
$ docker run -it --init --rm -p 5678:5678 yoshipy/echoserver
Response you want
Headers
key
:
value
Body
Text
Image
data type
text data
width
height
Status Code
status
+ Get a different response for a CORS Preflight Request
- Remove a different response for a CORS Preflight Request
CORS Preflight Headers
key
:
value
CORS Preflight Status Code
status
👋 Use this URL to receive the response.
Copy