Primitive steps
Set header
Adds a custom header to later requests
You should use this step before the request is initiated. If you need to add a custom header to the initial page load, you can use this step followed by either a navigate step or a refresh step.
Inputs
The name of the header. This should be a valid HTTP header name.
The value of the header. This can be any string value.
An regex pattern to match the request URLs. If provided, the header will only be added to requests that match this pattern. If not provided, the header will be added to all requests.