Create your first profile
In this tutorial, we will add a request header to requests sent to the current website.
Before you start
- Install Headerly.
- Open a normal HTTP or HTTPS page.
- Open the Headerly popup from the browser toolbar.
Create the rule
Create a
modifyHeadersprofile.Name it
Headerly demo.Keep the generated Request domains condition. Confirm that it contains the current site's hostname.
In Modify request header, enter:
- Name:
X-Headerly-Demo - Value:
enabled - Operation:
Setby default.
- Name:
Keep the profile enabled.
Headerly registers the profile automatically. The active-rule popup badge should change to 1.
Check the result
- Open the browser's Developer Tools.
- Select the Network panel.
- Reload the page.
- Select a request sent to the configured hostname.
- Inspect its request headers.
You should see:
http
X-Headerly-Demo: enabledIf the header is absent, follow Rule not applied.
Remove the change
Pause the profile. Reload the page and confirm that the header is no longer present.
You have created, verified, and paused a complete Headerly profile. Next, see the guides for request headers and conditions.