diamondsandperls has asked for the wisdom of the Perl Monks concerning the following question:

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

Thanks to all who reply!! :)

Replies are listed 'Best First'.
Re: aspnetForm java with WWW::Mechanize
by Anonymous Monk on Jun 15, 2012 at 23:37 UTC

    What?

      when i print the content i see fields with the field values not selected and i know it is asp server side request that are not showing up

      I have tried HTTP::Proxy + HTTP::Record and this was no luck to be able to capture https you have to use a website of sort and well it simply did not work with me i could capture the first get req and that was it.

      i need to verify that WWW::Mechanize is setting the fields correctly and when I am having an issue make it easier to troubleshoot this way.