Error Pages
HTTP Server shows an Error page when it encounters error conditions such as:
- Error 401 - Unauthorized Access
You are not authorized to access this server. - Error 403 - Forbidden
You don't have permission to access this resource. - Error 404 - Not Found
The requested URL was not found on this server. - Error 501 - Not Implemented
The requested Method is not supported.
Default HTTP Server Error pages are already included into the RL-TCPnet library. If you want to modify them, you must copy the module HTTP_err.c to your project and customize it. This module is located in the \Keil\ARM\RL\TCPnet\User folder. Modified error pages must be small because they are sent in a single TCP packet.