Is there a simple way how can I see what data exactly is webbrowser sending to server including header and post data? Preferably some kind of extension/plugin for chromium or firefox?
Cheers,
Tom
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Chrome already brings Developer Tools. You can access them via
Cmd+Alt+IorWrench->Tools->Developer Tools. A similar tool is available on Firefox as the excellent “Firebug” extension. This one is actually the mother of all those extensions and is the inspiration of all of the currently shipped ones.