IBM Security Appscan漏洞篩查-HTTP 動詞篡改的認證旁路漏洞,具體解決方案:web
在Web.Config中system.webServer節點增長配置security: spa
-
<security>
-
<requestFiltering>
-
<verbs allowUnlisted="false">
-
<add verb="GET" allowed="true" />
-
<add verb="POST" allowed="true" />
-
</verbs>
-
</requestFiltering>
-
</security>