Re: [us...@httpd] Can you supply username & password for AuthType Basic within a POST/GET?

2009-08-27 Thread Jeff Sherk Forerunner Ministries
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

Re: [us...@httpd] Can you supply username & password for AuthType Basic within a POST/GET?

2009-08-26 Thread Jeff Sherk Forerunner Ministries
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

Re: [us...@httpd] Can you supply username & password for AuthType Basic within a POST/GET?

2009-08-26 Thread Jeff Sherk Forerunner Ministries
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

[us...@httpd] Can you supply username & password for AuthType Basic within a POST/GET?

2009-08-26 Thread Jeff Sherk Forerunner Ministries
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 --

Re: [us...@httpd] authtype and rewriterule process order question

2009-08-25 Thread Jeff Sherk Forerunner Ministries
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

[us...@httpd] authtype and rewriterule process order question

2009-08-25 Thread Jeff Sherk Forerunner Ministries
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