Is it possible to see the request which my browser send to the server. Or if it's some addon for firefox.
Asked
Active
Viewed 5,868 times
2
-
Very useful to see all HTTPS requests, which are obviously not shown by a sniffer like Wireshark, because they are encrypted. – Nicolas Raoul Apr 02 '13 at 08:16
5 Answers
2
webdeveloper addon
install it and in the "forms" tab see the "convert form methods".
Download it from : https://addons.mozilla.org/en-US/firefox/addon/60/

Mohamad Alhamoud
- 4,881
- 9
- 33
- 44
0
I just use the Web Developer Tools in Firefox. You can easily view the request using Web Console (Ctrl+Shift+K)
In addition, if you are interested in exploring the effects of various headers, such as say you are interested to tamper with/ block those requests, you may have a look at the firefox extension Tamper Data.

Saurabh Agarwal
- 507
- 2
- 5
- 16