This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
EFT Server provides customizable HTTP error messages in HTML files in the \APPDATA\HTTPMessages folder (e.g., C:\Documents and Settings\All Users\Application Data\GlobalSCAPE\EFT Server Enterprise\HTTPMessages).
Each time the EFT Server service starts up, each of the HTTPMessages files is created if they do not already exist. When an HTTP response is needed, EFT Server first tries to load the response from files in this location. Failing that, EFT Server uses its internal response strings.
HTTP responses that are stored through this mechanism that can be customized are limited to the following responses:
HTTP Error |
Default Text |
BAD_PARAMETER |
HTTP/1.1 406 Bad Parameter The requested URL was not found on this server. |
BAD_REQUEST |
HTTP/1.1 400 Bad Request |
BAD_URI |
Bad URI |
FORBIDDEN |
HTTP/1.1 403 Forbidden |
INTERNAL_SERVER_ERROR |
HTTP/1.1 500 Internal Server Error |
MAX_QUOTA_REACHED |
HTTP/1.1 413 Max Quota Reached |
NOT_FOUND |
HTTP/1.1 404 Object Not Found The requested URL was not found on this server. |
NOT_IMPLEMENTED |
HTTP/1.1 501 Not Implemented |
PRECONDITION_FAILED |
HTTP/1.1 412 Precondition Failed |
REQUEST_TOO_LARGE |
HTTP/1.1 413 Request Entity Too Large |
SERVICE_UNAVAILABLE |
HTTP/1.1 503 Service Unavailable |
URI_TOO_LARGE |
HTTP/1.1 414 Request-URI Too Large |