标签: asp.net apache asp.net-core
我正在使用asp net core 2.2.0,并已部署到Apache 2.4.18中。
在返回URL中,它包括“%252F”而不是%2F。例如,https://my-server/Identity/Account/Login?ReturnUrl=%252F
我尝试使用“ AllowEncodedSlashes NoDecode”,但仍然对我不起作用。
有什么建议可以解决吗?