forwardproxy icon indicating copy to clipboard operation
forwardproxy copied to clipboard

Can I us this to add custom request headers?

Open digininja opened this issue 1 year ago • 1 comments

I do web testing and for one client I need to add a custom header to all requests to their site, can I configure this to do that for me?

The use case is so I can point all my tools through this proxy and it handles adding the header rather than me having to work out how to do it on a tool by tool basis.

There is no security risk, I know the site, I can use my own CA which is already trusted by my system, cert warnings won't be a problem.

digininja avatar Jun 03 '24 10:06 digininja

You might be able to do it with the request_header directive?

mholt avatar Jun 04 '24 05:06 mholt