Response Headers

GET https://postman-echo.com/response-headers?foo1=bar1&foo2=bar2

This endpoint causes the server to send custom set of response headers. Providing header values as part of the URL parameters of a GET request to this endpoint returns the same as part of response header.

To send your own set of headers, simply add or replace the the URL parameters with your own set.

Request Params

KeyDatatypeRequiredDescription
foo1string
foo2string

RESPONSES

status: OK

{"Content-Type":"text/html","test":"response_headers"}