Skip to content

Commit

Permalink
initial commit, JSON file for http error codes and messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmot committed May 31, 2022
1 parent ef73f03 commit 7c01204
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions errpages/httperror.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"400": ["", "400 - Bad Request","The syntax of the URL submitted by your browser could not be understood. Please verify the address and try again."]
,"401": ["", "401 - Unauthorized", "This section requires a password or is otherwise protected. If you feel you have reached this page in error, please return to the login page and try again, or contact the webmaster if you continue to have problems."]
,"403": ["", "403 - Forbidden", "This section requires a password or is otherwise protected. If you feel you have reached this page in error, please return to the login page and try again, or contact the webmaster if you continue to have problems."]
,"404": ["", "404 - Not Found", "The requested resource could not be found on this server. Please verify the address and try again."]
,"405": ["", "405 - Method Not Allowed", "The request method is known by the server but has been disabled and cannot be used."]
}

0 comments on commit 7c01204

Please sign in to comment.