On Wed, Apr 1, 2009 at 6:12 PM, jblack4 <thomas.bl...@accenture.com> wrote:
>
> I have Digest authentication working if the user enters IP address in the
> browser.  If that application then makes a request for data to either the
> fully qualified DNS name or intranet alias (of that same server), the user
> gets prompted again for username and password.
>
> Is there a way to make the same authentication session work for all 3
> combination (IP, DNS, alias)?  Is it an apache setup issue, DNS issue or is
> this just the way it works?

It's your browser declining to automatically send your credentials to
what it thinks is a different host.  I don't think you'll  get it to
behave any different, unless you force a canonical hostname before
authenticating.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to