Aargh! Five(!) "authentication required" prompts from Firefox!
I'm starting to use JavaScript in an application which is fount at the internal-only address (say...):
http://tlcapps/bah-humbug/ihatechristmas.cfm
![]()
The opening page contains four JavaScript links ... and guess what Firefox is doing! Prompting four or five times in a row for my credentials! (Then, the page opens up just fine.)
I have already tried to use this admonition, obtained from somewhere and variously confirmed by others:
To enable windows authentication on your domain.
1. Open Firefox
2. Navigate to the url about:config
3. Locate the following preference names and put as the value the comma separated values of the address roots.
network.automatic-ntlm-auth.trusted-uris
network.negotiate-auth.delegation-uris
network.negotiate-auth.trusted-uris
Your value should look something like this: localhost,server1,server2,serverX
But without success. (I entered "tlcapps" into these boxes.)
What am I doing wrong?
(At my age, I don't have hair-follicles to spare!)
