echo.mirio.dev

GET/

Headers

accepttext/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-encodinggzip, br
accept-languageen-US,en;q=0.5
cf-connecting-ip2600:1f28:365:80b0:ce33:d266:e01c:ed64
cf-ipcountryUS
cf-ray9ff5f7e92ef1d6b5
cf-visitor{"scheme":"https"}
connectionKeep-Alive
hostecho.mirio.dev
if-modified-sinceSun, 19 Apr 2026 04:32:49 GMT
user-agentCCBot/2.0 (https://commoncrawl.org/faq/)
x-forwarded-protohttps
x-real-ip2600:1f28:365:80b0:ce33:d266:e01c:ed64

Body

No body sent

Usage

# Echo a GET request
curl https://echo.mirio.dev/any/path

# POST with JSON body
curl -X POST -d '{"key":"value"}' -H 'Content-Type: application/json' https://echo.mirio.dev/

# Get response as JSON
curl https://echo.mirio.dev/?format=json | jq

# POST form data
curl -X POST -d 'name=alice&age=30' https://echo.mirio.dev/