How do you view the Post and Get Headers being sent to the Spinneret?
highplainsbubba
Posts: 34
I am using Notepad to edit the HTML files on my SD card in the Spinneret. In the Servebeer tutorials the actual GET and POST headers are displayed for viewing. I would like to see what variables are being sent /received by the Spinneret in the HTML headers. Is there a way of doing this without an HTML editor? How do you display these headers ?
Comments
Before
After
This is will display the request header coming in to the Spinneret.
There are many applications that allow viewing of request/response headers for debugging. I use the HttpFox plugin for FireFox for simple stuff. Fiddler is very useful too.