Hello,
I'm using an existing program that perform HTTP
Request. In a POST request I found 
this :
my $request = POST($URL
                   Content => [ 'user'   => $user,
                                'pwd' => $pwd,
                                'no_auth'  => '1',
                               
'submit_login'=>'Login',
                              ],
                  );

Can someone says me what means "no_auth" ??

Thanks a lot

Marc



___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to