Request Headers

Help Topics
Request headers that will be included with every request can be specified in the Headers tab of project properties. Headers specified here will be added to each generated HTTP request unless excluded in request item properties.

Manage request header

To add request header, select it from the drop down list in the first column or enter header name and then specify value in the second column. If you want to remove particular header, click its Delete button.
Important
Some of the properties of the project or request item automatically add request header to the request data when executing requests. For example, you can specify content type in request item properties when you want to upload the data and the Content-type header will be automatically added when request will be executed. If you also specify the same header (Content-type) in the list of headers, the value specified in the list of headers will override the value specified for the property.