I need a software that acts as a web browser and also gives user the ability to examine web requests and reponses, also change/alter/edit them.
Asked
Active
Viewed 70 times
1 Answers
1
You have two options:
Fiddler software
Use Fiddler. Which can let you monitor all web traffic on your machine and tamper with the client requests and responses.
Or your favorite web browser can do this for you.
In any browser you can press F12 to bring up an inspection window, then go to the Network tab to see the requests being made.
If you want to alter them, you can use an extension like Request Maker for Chrome or Modify Headers for Firefox.

David d C e Freitas
- 7,481
- 4
- 58
- 67