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
Key | Datatype | Required | Description |
---|---|---|---|
foo1 | string | ||
foo2 | string |
RESPONSES
status: OK
{"Content-Type":"text/html","test":"response_headers"}