Test your API-dependent app - No configuration needed!

Echo's API responses help you check your app's behavior
Test your app in 1 minute!

Test your app in 1 minute

Echo example usage

$) curl -s -I "https://echoapp.g2software.nl/api?responseHeaders=Content-Type:customText" | grep -i content-type

$) content-type: customText

Basically, just point your app towards https://echoapp.g2software.nl/api, add to the 'responseHeaders' parameter any http headers you want to see in the response, and go!