I'm going crazy searching for this event but I didn't find a single solution for that.
That's the situation :
Wordpress in a Azure Windows App Service.
All works fine, but in the eventLog.xml a see every day, seems scheduled, a log like that :
A potentially dangerous Request.Path value was detected from the client (:).
at System.Web.HttpRequest.ValidateInputIfRequiredByConfig()
at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)
The page request is like that :
https://www.mywebsite.com/my-category/my-article/https:/www.mywebsite.com/my-page/
I'm sure that those links are not in the google serp and there is no link to those pages.
I found that :
Azure websites throw 500 error when there is a colon in the URL
It's the same error, but I can't afford the same solution.
It seems to be related to the IIS Request Filtering feature, but I'm not a Windows wizard and I don't know how to disable this feature on Azure.
Can anyone solve this issue?
IIS VERSION : 10
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…