Help for this page

Select Code to Download


  1. or download this
    WWW-Mechanize/1.5201 at line 21.
    Windows IE 6 at line 23.
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) at line 25.
    
  2. or download this
    use LWP::UserAgent;
      $ua = LWP::UserAgent->new;
    ...
      $ua->add_handler("response_done", sub { shift->dump; return });
    
    $ua->get($mech->uri);
    
  3. or download this
    GET http://X.X.X.X/Console/login/login.aspx
    Accept-Encoding: gzip, x-gzip, deflate
    ...
    X-Meta-Vs-DefaultClientScript: JavaScript
    X-Meta-Vs-TargetSchema: http://schemas.microsoft.com/intellisense/ie5
    X-Powered-By: ASP.NET