03 2023 档案
摘要:<rule name="防止头部攻击" patternSyntax="ExactMatch" stopProcessing="true"> <match url="*" negate="true" /> <conditions> <add input="{HTTP_HOST}" pattern="域
阅读全文
摘要:<rule name="redirect to HTTPS" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTP_HOST}" pattern="localhost" negate="true" />
阅读全文