API callback tester




API callback tester grabs and stores the request query string parameters, body parameters and headers.


By default the response has 'message' and 'timestamp' fields. You can add following parameters to the callback request for the response customization.

response_code HTTP response code (ex. response_code=404)
response_time response delay time (ex. response_time=2000)
response_body response body (ex. response_body: {"vse":"propalo"})
response_headers response headers (ex. response_headers: {"header1":"value1", "header2":"value2"})


How to use it