R
R
Ruslan Sadikhov2016-03-30 13:12:55
Google Chrome
Ruslan Sadikhov, 2016-03-30 13:12:55

Is there an extension or program to edit browser http headers?

I wonder if there is an extension for Google Chrome / Mozilla Firefox or a program for Windows that would allow editing the http headers sent by the browser?
The options that I was looking for in search engines are non-working.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zakharov Alexander, 2016-03-30
@fsdsdfsfdsfsdfsdfsdfsdfsd

Usually fiddler is used for this . There are several options:
1. set breakpoints on requests and edit the response before giving it to the client.
2. manually write the request with the headers you need.
3. replace the server response with another file
4. Connect heavy artillery - JavaScript and programmatically change requests / responses.
There are plenty to choose from.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question