I am wanting to see server side responses with mechanize when i print the html to check if my fields are getting set i can see all the client side fields are set with the proper options that I am passing to the fields.
The server side fields the request I have to use paros proxy to see the request if i browse to the form and fill it out manually.
I need to know while im coding if everything is going as planned for troubleshooting down the road my form is quite a big form that is aspnetForm.
I hope someone can point me to a setting perhaps with mechanize or a suggested method using mechanize to see what options are set as I code along with mechanize on the server side fields