How to see what the browser sends

nikkikleyma

New Member
I need to see exactly what the browser sends to a form, for debugging purposes.I have the "tamper data" addon for Mozilla, but it doesn't show me what I am looking for.What I need is a text file with all that the browser sends, it should look like this:\[code\]Content-Type: multipart/form-data; boundary=AaB03x --AaB03x Content-Disposition: form-data; name="submit-name" Larry --AaB03x Content-Disposition: form-data; name="files" Content-Type: multipart/mixed; boundary=BbC04y --BbC04y Content-Disposition: file; filename="file1.txt" Content-Type: text/plain\[/code\]
 
Back
Top