Hi Guys,
We have some thin client applications, which run within our local intranet zone (send http queries to a local server - ex. "ourserver01.ourprefix.oursuffix") and should have no communicate with our proxy.
If the proxy exceptions list contains only "*.ourprefix.oursuffix" everything work as expected, but if I append an other exception ended with the same ".ourprefix.oursuffix" for example "*.ourprefix.oursuffix;ourserver02.ourprefix.oursuffix" the client starts to send packages to our proxy, which causes issues.
I know if I use wildcard (*) other exceptions are unnecessary to use, but I would like to know the reason of this behaviour.
Thanks
Jim