Re: [users@httpd] Multiple authencation prompts

2014-01-04 Thread Nadupalli Ramesh
From the desktop browser it prompts only one time, this behavior observed only on iPhone or Apple devices. Sent from my iPhone > On Jan 3, 2014, at 2:21 PM, Jan Vávra wrote: > > Hello, > I have observed that browsers cache http basic authentication credentials > for the first word after the

Re: [users@httpd] Multiple authencation prompts

2014-01-03 Thread Rich Bowen
On 01/03/2014 03:51 AM, Jan Vávra wrote: Hello, I have observed that browsers cache http basic authentication credentials for the first word after the hostname in a url. Eg. Caches credentials for http://hostname/word1/.../... and requires inputting creadentials again for http://hostname/w

Re: [users@httpd] Multiple authencation prompts

2014-01-03 Thread Jan Vávra
Hello, I have observed that browsers cache http basic authentication credentials for the first word after the hostname in a url. Eg. Caches credentials for http://hostname/word1/.../... and requires inputting creadentials again for http://hostname/word2/.../... So you can try move your a

[users@httpd] Multiple authencation prompts

2013-12-30 Thread Ramesh Nadupalli
Hello, I am using apache to host iOS related applications. I have integrated apache with our internal LDAP. When I try to access on a desktop it prompts for password only once. Where as in apple devices its prompting multiple times (I use plist). If the app consists of 4 files, it prompts for pass