Can someone tell me where the HTTP error message comes from:
Due to the presence of characters that are known to be used in attacks on Cross Site Scripting scripts, access is denied. This website does not allow Urls, which may include embedded HTML tags.
We use dynamically generated URLs, and in this particular case the URL contains the characters '<' or '>'. We encode the URL of the generated URL (so "% 3C" appears instead of "<"), but that doesn't help.
Our setup is ASP.NET MVC / IIS 7.5 / IE8.
Strange, but it seems that the error appears only on some machines. Thus, it may be that the parameters of the Internet zone IE play a role.
llasarov
source share