Thanks William... yes we are using SSL... just wanted to make sure it
was secure as well!
Thanks
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more i
Per Erics earlier response, if I encode the username and password in the URL
with https instead of
http, is it secure?
Like this https://username:passw...@mydomain.com/foo
-
The official User-To-User support forum of the Apa
Thanks Andre, Mike, Eric and Nick... I will read up on authentication so
I can better grasp it!!
André Warnier wrote:
Jeff Sherk Forerunner Ministries wrote:
When requiring a username & password with AuthType Basic, is it
possible to include them in a POST or GET request to the serve
When requiring a username & password with AuthType Basic, is it possible
to include them in a POST or GET request to the server so that it won't
ask for them (because they were provided)?
If it's possible, what variable names are assigned to them.
Thanks
--
Thanks for the reply Nick...
I am pretty new to Apache (and all this related stuff). Can you give a
little more explanation on what 'define it there" means when you said
"Since you want password protection in your secure vhost, define it
there."?
Even some links on something to read would be g
I have authtype basic setup on a folder (https://mydomain.com/myfolder)
and would like to redirect the addresses below to it first and then have
it ask for username and password:
http://mydomain.com/myfolder
http://www.mydomain.com/myfolder
https://www.mydomain.com/myfolder
(the above 3 should a