79227600

Date: 2024-11-26 16:50:29
Score: 4
Natty:
Report link

If unauthenticated users should use your post request, there are several ways:

  1. Add RECAPTCHA. Just use this package react-google-recaptcha-v3 in your form, and verify user on submit.
  2. Use FingerprintJS or alternative one to identify abusive users and store the fingerprint in your database to track requests.
  3. 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