Re: HTTP::Request/GET response not expected



Well it certainly is due to the fact that I'm not logged in. How do I
know what the form expects for authentication (it's a POST)? It seems
to me I would have to sniff the wifre to see the post right?

The form expects two inputs a 'User' and 'Password". i wrote this test
script that fails:

#!/usr/bin/perl
use LWP;
my $browser = LWP::UserAgent->new;
my $url = 'http://tracking.edgetrade.com/default.asp?';
my $res = $browser->post($url, [User => "me", Password =>
"mypasswrod"]);
my $content = $res->content;
if($content =~ /Welcome to FogBUGZ/)
{
print "logged on";
}

.



Relevant Pages

  • Re: Preventing webparts from being included in pages based on role?
    ... - check the authentication ... - if it fails, this.visible = false (the webpart makes himself ... Prev by Date: ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: Cant deploy through VPN
    ... I can connect to AS from office client. ... authentication, always fails because of "untrusted" thing. ... Prev by Date: ...
    (microsoft.public.sqlserver.olap)
  • Re: [ISA 2004] Probleme mit WUS
    ... Synchronisation Fails dues to Authentication Failure ... WUS fails to download content into D drive. ... remote server. ... If you are using ISA server, then enable Digest Authentication on the ISA ...
    (microsoft.public.de.german.isaserver)
  • Re: password protected webpage
    ... It would be helpful to know if authentication or authorization ... fails. ... When you enter your>> username and password the page loads. ... >> to restart it 15 times a day. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Multiple EAP-Types at WinXP clients
    ... > something´s wrong with the client certificate. ... > policy using PEAP which puts the PC into a special support-vlan. ... > At the IAS i can choose multiple authentication modes for the policy. ... > First using EAP-TLS and if that fails using PEAP. ...
    (microsoft.public.internet.radius)