當URL中包含空格時iis會直接返回404錯誤。這個問題在其它版本的web服務中不會出現(xiàn)
2 回答

喵喵時光機
TA貢獻1846條經(jīng)驗 獲得超7個贊
在Web.config中加注如下,但是不知道會引起如何的安全問題
<system.webServer> <security> <requestFiltering allowDoubleEscaping="true"></requestFiltering> </security>
- 2 回答
- 0 關注
- 727 瀏覽
添加回答
舉報
0/150
提交
取消