Is it possible to see the request which my browser send to the server. Or if it's some addon for firefox.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
|||||
|
|
webdeveloper addon |
|||
|
You can check Live HTTP Headers |
|||
|
|
|
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. |
|||
|
|