post to authorization form
sims
sims at ezpzapps.com
Sat Aug 31 00:17:01 EDT 2002
>
>Is it really expecting POST , or is it just a standard http
>authorization? You might try putting the name and password in the
>url and see what happens. Use this style:
>
>http://username:password@www.whatever.com/whatever.html
When I try the method shown above,
I get back <title>You are not authorized to view this page</title>
and from the server:
HTTP/1.1 401 Access Denied
>
>If it is using POST, then you will probably have to examine the html
>form from your browser to see what data has to be posted.
The form is as follows, I have also tried sending login=sims:password=sims
with the post but with no success (also URLEncoded).
Not sure how to proceed from here...
Thanks,
sims
<FORM ACTION="Login_Validate.asp" METHOD="post">
<p>
<h3>Database Editor Login</h3>
<br>
<p>
<TABLE BORDER=0>
<TR>
<TD ALIGN="right">Username:</TD>
<TD><INPUT TYPE="text" NAME="login" size="10"
VALUE=''></INPUT></TD>
</TR>
<TR>
<TD ALIGN="right">Password:</TD>
<TD><INPUT TYPE="password" NAME="password" size="10"
VALUE=''></INPUT></TD>
</TR>
<TR>
<TD>
</TD>
<TD>
</TD>
</TR>
<TR>
<TD align="left">
<INPUT TYPE="submit" VALUE="Login"></INPUT>
</TD>
More information about the use-livecode
mailing list