service-captcha-gui/exmplate
Leonid Nikitin c57a81d76b
Handle server rate limit in script.js
In the 'then' function of our AJAX request in script.js, I've added a condition to check for a response status of 429 which indicates too many requests. If this status is encountered, an error message will be shown prompting the user to refresh their CAPTCHA. This is to prevent the user from making excessive attempts unbeknownst to them.
2023-11-25 19:59:54 +06:00
..
images The GUI for the Captcha service is ready. 2023-11-23 00:10:39 +06:00
index.html The GUI for the Captcha service is ready. 2023-11-23 00:10:39 +06:00
script.js Handle server rate limit in script.js 2023-11-25 19:59:54 +06:00
style.css The GUI for the Captcha service is ready. 2023-11-23 00:10:39 +06:00