Skip to content
Snippets Groups Projects
Commit c636ce1a authored by Nigel Reed's avatar Nigel Reed
Browse files

Add 429 error message page

If the user requests too many pages in too short of a time
then the webserver throws an error because it doesn't have
a 429 error page. Maybe there should be a generic error
if there's no existing page.
parent 1d1315af
No related branches found
No related tags found
1 merge request!534Add 429 error message page
Pipeline #8893 passed
<HTML>
<HEAD>
<TITLE>Too Many Requests</TITLE>
</HEAD>
<BODY>
You made too many requests in a short period of time.
</BODY>
</HTML>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment