asp.net - IIS 7 Bad Request response when %0A exists in the URL -
I have an application that had to accept unsafe characters from Salesforce. They are% A and% 0D (so far ...) and they are not working.
It was not working. Then I tried to set a custom error for 400, which redirects to the same page without filling it. Also did not work in addition. Then I tried to do this through the IIS 7 Error Pages section and it still does not work How can I: This is all in an ASP.NET MVC3 application, but I suspect that matters because its possible IIS can stop it before it even calls the ASP .NET runtime. I need some help in advance thanks! You probably want to see IIS manager, click on your server node (or website node), Find a You may have to fight the last ASP.NET after fixing this too. to
correct
,
2.0 , < Code> requestPathInvalidCharacters to
BLANK ,
relaxedUrlToFileSystemMapping to
true and
maxRequestLength to
1024 .
request filtering icon. Go to the
URL tab and here you can always allow specific URLs or change the method of filtering the URL normally. I'm sure that these settings are also available under the section of the web.config file, but I do not know what all the settings and attributes will be (I'm sure you can do a search and find them easily) .
Comments
Post a Comment