Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在将数据作为类型文本的回发中,这两个命令都有效。哪个更可取,为什么?
Request索引器搜索QueryString、Form、Cookies和ServerVariables。
Request
QueryString
Form
Cookies
ServerVariables
使用它是解决安全问题的良方。 您应该始终准确地知道每个值的来源;否则,攻击者可能能够在其他地方插入不同的值并绕过验证。