in reply to Re: Passing a 401 header with CGI.pm ?
in thread Passing a 401 header with CGI.pm ?
However, this puts the username and password not only in the clear for all to see, but in plain-text as part of the request.http://username:password@www.example.com/resource/
Or, if your username/password is fairly static (never changes through use of the form), just have the form post its results to a CGI script using a variation of the URL above.
|
|---|