Hi there,
I have rebuilt my website with ASP.NET MVC and using all the goodies from that like jQuery. Recently, I'm constantly getting couple of times per day error notification from my website about: Illegal characters in path The request URL includes my domain, my JS folder and then a piece of weird JS syntax in it. Here is an example:
Exception information: Exception type: System.ArgumentException Exception message: Illegal characters in path.
Request information: Request URL: http://%5BMyDomain%5D/Scripts/,this.uiDialogTitlebar%29.html%28f|| Request path: /Scripts/,this.uiDialogTitlebar).html(f||
So, my questions is: What kind of bloody hack is this guy trying to use?
So far, my website reports all these as error, but I'm just curious.
Best regards