Add headers to a request
You can add various headers to the request URL.
By default, the following headers are defined for HTTP request. If you define these headers yourself, your header definitions are used for the request instead of the implicitly set headers.
For GET requests:
Accept: application/json
For POST requests:
Content type: application/json; charset=utf-8 if the body is not empty.
Accept: application/json
Select an endpoint on the Endpoints panel of the extraction.
Display the Request options. Click the
or
icon to display or hide the options.
Click Headers in the request options.
Click + Add header.
Specify a key and a value for the key in the corresponding input fields.
You added headers to the request URL.