Hi,
I have a unique situation where I have a bunch of uri's that need to be location protected with basic auth. However I want a certain group of IP's to not have to authenticate. The reason is the web app prompts for multiple authentications when my monitoring server tries to authenticate using [
username:pass@domain.com...] breaking my user experience test.
I'm curious if there is a way that I could set a cookie somehow and exclude a certain IP to get assigned a cookie for that session and make it exempt from the location directive?
Is something like this possible?
Thoughts?
Cheers,
-Derek