Hi
I configured my web server to deny all request but the once I allow (allowUnlisted="false").
It seems like this is not working together with the Proxy Mode (enableProxyMode="true").
Does anyone has experience with it?
I was able to do the opposite - (allow all but the once I blocked).
I don't know if its by purpose, but if you read the ProxyMode section in https://www.iis.net/configreference/system.webserver/security/ipsecurity exactly, it states only that you can block access via x-forwart IP address and not allow. Might be it's by design - but why?
Same question was asked here: https://forums.iis.net/p/1229703/2115136.aspx but I feel the answer does not really help.