Are we, Apache Commandos, able to do this:
Open the HTTP Basic Authentication dialog box in a browser only if I request some URL from a specific domain name/server name/host name?
For instance:
If I'd be requesting:
localhost
some_custom_localhost
127.0.0.1
192.168.1.123
etc...
I shouldn't be poping up the HTTP Basic Authentication. But if I'd do this:
www.somehost.com
sub.somehost.com
213.214.15.16 *(meaning a public internet IP)*
I should get my HTTP Basic Auth poped out, and have my credentials stored under my ".htpasswd", etc.
Is this even posible as I've described it?