in reply to Re: aspnetForm java with WWW::Mechanize
in thread aspnetForm java with WWW::Mechanize

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.
  • Comment on Re^2: aspnetForm java with WWW::Mechanize

Replies are listed 'Best First'.
Re^3: aspnetForm java with WWW::Mechanize
by bulk88 (Priest) on Jun 16, 2012 at 00:01 UTC
      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
        Maybe another monk can give better advice on writing a SOCKS proxy in Perl, there has to be some CPAN module to implement a SOCKS proxy in Perl.