HTTP Mirror Mode

The HTTP Mirror mode shows you the request that you sent in. The raw mode shows the exact request, the request mode shows it 'interpreted' by a basic API.

Raw mode will always return the response as plain text. HEAD and OPTIONS will respond like normal HEAD and OPTIONS. You can not use the accept header to control the response format.

Request mode will try to honour the accept headers and return the response as JSON or XML.

Nothing is stored on the server. The request is only used to generate a response which is passed back to you.

Validation is performed on the length of the request and if the request is too large then it will be rejectec.

API

For any of the endpoints listed, you can also add any number of parameters to the URL e.g. /mirror/raw/this/and/that?key=value

End Points

/mirror/request

e.g. /mirror/request

/mirror/raw

e.g. /mirror/raw

[download normal swagger file]

[download swagger file with less validation]