Modify request headers
Use a request-header rule to change headers before the browser sends a matching request.
Create or select a
modifyHeadersprofile.Add Modify request header if the profile does not already contain it.
Enter the header name.
Choose an operation:
setto create or replace the value;appendto add a value to an allowed request header;removeto delete the header.
Enter a non-empty value for
setorappend.Add conditions that limit the affected requests.
Reload the target page and inspect the request in Developer Tools.
Append is restricted
Chrome permits append only for a fixed, case-sensitive list of request-header names. Use set when the header is not on that list. See Modify headers reference.
When profiles modify the same header, set explicit priorities and verify the final request.