I’d like to see what a website is sending when I submit a form.
Using Firebug I can see that it is regular POST form.
I’m interested in the coding of the form fields.
Thanks in advance!
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.
You’re almost there already. Just go to the “Net” tab in firebug (you may have to enable it by click the small arrow next to the word “Net”), and then submit the form. The Net tab will catch the post and show you the headers in the “Headers” section and the actual post data in the “Post” section.