Hi,
I try to build a filter on user-agent with URLScan for IIS6.
The goal is to authorize a part of my website only for a unique specific user-agent.
For the url http://127.0.0.1 there is no filter.
But for the url http://172.0.0.1/MyFolder, I need to build a filter on XML files to protect them.
The filter must authorized a unique specific user-agent which contains the srtring "MyUserAgent".
With the example below I can block some of user-agent but not authorize only one. In more, this filter is applied on all the website and not only on the url http://172.0.0.1/MyFolder
[options]
RuleList=TestGG
[testGG]
AppliesTo=.xml
DenyDataSection=DenyGG
ScanHeaders=User-Agent
[DenyGG]
MSIE
Firefox
How to do ?
Help, please.
Regards,