We have a 2012 server that we use Internally for our Intranet site. We use Local IE Integrated Authhentication. Works fine.
If we switch to another Browser on the PC, Mac or iPad. we are queried several times for username and password. I'm sure IE is also getting queried, but since it Autologs in with the user's login credentials we dont see it.
Its almost like every resource that the HTML page Pulls in needs to get Authenticated. So if the pages jas Images, CSS, etc, each file generates a Authentication request.
Is there a way to prevent this and use the credentials that were used to access the page for every othjer element on the page?
Thanks!