We have a development server which has has sub folders for each client.
Each folder has it's domain users account setup with read permission along with inherited permissions from the root directory for our internal staff. There are also the same settings for Authorization Rules with Windows Authentication being the only enable Authentication method.
I also have an HTTPS Rewrite Rule created which is outlined below and companyserver.com added to local intranet sites in Internet Explorer. The issue is as follows:
Outside our network
Using Internet Explorer, FireFox, Opera and Google Chrome to view http://companyserver.com/client/site prompts for credentials, I enter my domain details and I am redirected to https://companyserver.com/client/site which is as I expected. If I manually change the address from https to http it redirects me to https as I want. This part is OK
Inside our network
Using Internet Explorer and FireFox everything works as expected. Using Google and Opera prompts me for credentials, but no matter how they are entered it doesn't work and gives me a 401.1 Unauthorized error. The rewriting is working however, username combinations I have tried are:
-DOMAIN\Username -URL\Username -Username@FQDN -Username@DOMAIN
None of which are working, but the first, DOMAIN\Username works fine outside of our network for all browsers. Has anyone experienced anything like this before?
Also, running Process Monitor on the web server doesn't show any permissions errors at all.