What do we want to achieve? Given a Site, we usually want users to access all resources, but in this case, we need to deny access to all resources living in a specific folder for those clients who do not send a specific header and value in their requests. We will have: A) “http://localhost:90/vars.aspx” B) “http://localhost:90/Only-Header/vars.aspx” …