Google-chrome – How to remove a specific request header before sending a request in Chrome or Firefox

firefox-extensionsgoogle-chrome-extensionshttp

I'm looking for a chrome or firefox extension that would allow me to remove certain
request headers from all requests to a certain server.

Specifically, I'm trying to disable the browser from sending keep-alive headers.

Best Answer

In firefox there are configs you can to turn off the keep alive.

Browse to about:config and find network.http.keep-alive and set it to false. This will prevent the browser from keeping the connection alive.

See this page for more info.

Related Question