Go to file
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
exmplate Handle server rate limit in script.js 2023-11-25 19:59:54 +06:00
.gitignore The GUI for the Captcha service is ready. 2023-11-23 00:10:39 +06:00
README.md Initial commit 2023-09-19 16:35:49 +06:00

service-captcha-gui