Home » Vulnerabilities Knowledge Base » Custom Errors At Webroot
A custom error is a page defined by the developer that gets displayed instead of the raw exception and stack trace information. This is commonly done for "File Not Found" pages, but can be defined for many exceptions.
It allows displaying a more user friendly message to the user and stops the application from leaking internal application information which could lead to a security risk.
Using a custom error page provides a professional user experience and prevents revealing sensitive technical details. By default, local users see detailed error pages (Exception Details YSOD), while remote users see a Runtime Error page.
Custom error pages improve usability and can be configured to display friendly messages for specific HTTP status codes. They should be paired with proper error logging and developer notifications to diagnose production issues.
By default, IIS uses built-in error pages, but you can replace them with customized pages that match your website's design.
Content Sniffing
Certain browsers, try to determine the content type and encoding of the response even when these properties are defined correctly...
Content Sniffing
Certain browsers, try to determine the content type and encoding of the response even when these properties are defined correctly...
Content Sniffing
Certain browsers, try to determine the content type and encoding of the response even when these properties are defined correctly...
Content Sniffing
Certain browsers, try to determine the content type and encoding of the response even when these properties are defined correctly...