gpt4 book ai didi

ASP.NET MVC : How to handle 400 bad request error when url end with %

转载 作者:行者123 更新时间:2023-12-02 10:42:02 27 4
gpt4 key购买 nike

我正在尝试处理自定义错误页面的所有 HTTP 错误,但我发现当网址末尾有 % 时,我无法使用配置设置或代码来处理它,例如:http://localhost/abc%回应是:错误请求 - 无效 URLHTTP 错误 400。请求 URL 无效。

那么,我们可以使用配置设置或C#代码来处理这个错误请求吗?

最佳答案

谁说不可能?

Response.TrySkipIisCustomErrors = true;

或者

<configuration>
<system.webServer>
<httpErrors existingResponse="PassThrough" />
</system.webServer>
</configuration>

original post

关于ASP.NET MVC : How to handle 400 bad request error when url end with %,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7511239/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com