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

The API takes body with objects using the field definitions and examples shown in the model.

End Points

/mirror/request

e.g. /mirror/request

/mirror/raw

e.g. /mirror/raw

[download swagger file]