I need to do a whitelist using a specific header value every request that have not that value should'nt have access, right now I'm using "Url rewrite" function but is kinda confusing for me.
I tried to use a "Request filter" to do this but I have no choise to allow the entrance by header only deny it.
In request filter I have something like this :
| Name | Examine | Apply to | Deny String |
| Example | Headers | .html | "NotAllowed" |