How can I get the string of my browser’s POST requests?
Is there any browser extension for this?
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.
Check out Fiddler2: http://www.fiddler2.com/fiddler2/. That runs along side of your browsers, not as a plugin. So it will work with all of your browsers at the same time. It will allow you to capture requests originating on your machine and inspect the POST data, responses, and you can insert breakpoints for additional debugging.