I try to handle all HTTP errors on my own error pages, but I find that when there is% at the end of the URL, I cannot use the configuration setting or the code to handle it, for example: http: // localhost / abc% answer: Invalid request - Invalid HTTP Error 400 URL. Invalid request URL.
So, can we use the configuration setting or C # code to handle this error request?
source share