Date: 2024-11-26 16:50:29
Score: 4
Natty:
If unauthenticated users should use your post request, there are several ways:
- Add RECAPTCHA. Just use this package react-google-recaptcha-v3
in your form, and verify user on submit.
- Use FingerprintJS or alternative one to identify abusive users and store the fingerprint in your database to track requests.
- And read this issue as well: How effective is the honeypot technique against spam?
Reasons:
- Low length (0.5):
- No code block (0.5):
- Ends in question mark (2):
- Low reputation (1):
Posted by: Akbarjon