Tutorial #3: How to add a custom static header into the HTTP Request in Burp Suite
Jan 27, 2024
Sometimes, you may need to add some application specific extra header to the HTTP request during an application pentesting.
For this example, I want to add some random static header Some-Extra-Header: SomeValue that will be auto appended to every request that flows through the proxy.
The Burp Suite interface keeps changing with some newer versions. You can follow the following steps currently:
- Click Proxy > Proxy Settings > Search Match and Replace > Click Add
- Choose Request Header for Type
- Put desire static value in the Replace field
This was a quick and dirty way.