in reply to aspnetForm java with WWW::Mechanize

What?

  • Comment on Re: aspnetForm java with WWW::Mechanize

Replies are listed 'Best First'.
Re^2: aspnetForm java with WWW::Mechanize
by diamondsandperls (Beadle) on Jun 15, 2012 at 23:51 UTC
    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.
        There is no better solution than doing packet capture? Is there a way to get proxy captures working other than http::record and paros etc

        Thanks for the recommendation this may be the only way to see if the fields are being set correctly