How do I add my own headers to the default set of request headers without using a plug-in?
When I open HTTP Live Headers, I see that there are default request headers that go out from the browser to the server. I want to add a Pragma header with a specific value to be sent. This will help me to remove a plug-in from my arsenal and thereby be sure that all the request headers are going as a part of the request.
When I open HTTP Live Headers, I see that there are default request headers that go out from the browser to the server. I want to add a Pragma header with a specific value to be sent. This will help me to remove a plug-in from my arsenal and thereby be sure that all the request headers are going as a part of the request.
所有回复 (2)
I think this probably requires an extension. As far as I know, there is no preference you could change in about:config or user.js to "add a header".
Or are you generating the request with JavaScript?
Hi there!
I am trying to achieve this without any extensions.