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:4c3:3444:4978:8f3a
cf-ipcountryUS
cf-raya0cee711e94ef270
cf-visitor{"scheme":"https"}
connectionKeep-Alive
hostecho.mirio.dev
if-modified-sinceThu, 21 May 2026 19:25:40 GMT
user-agentCCBot/2.0 (https://commoncrawl.org/faq/)
x-forwarded-protohttps
x-real-ip2600:1f28:365:80b0:4c3:3444:4978:8f3a

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/