2

Is it possible to see the request which my browser send to the server. Or if it's some addon for firefox.

Ballon
  • 6,882
  • 18
  • 49
  • 63
  • 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 Answers5

7

Firebug for firefox or fiddler standalone

Piotr Rochala
  • 7,748
  • 2
  • 33
  • 54
Andrew Bullock
  • 36,616
  • 34
  • 155
  • 231
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
1

All the answers given so far are good, but I really like HttpFox, personally.

Tyler
  • 21,762
  • 11
  • 61
  • 90
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
0

You can check Live HTTP Headers

Colin Hebert
  • 91,525
  • 15
  • 160
  • 151