Sajid
Apr 19, 2020Cirrostratus
How to protect Contact Form from spam?
Hi Guys,
Is there any solution from F5 to protect Contact Form from spam input?
I have tried ASM custom banned words, but it's not working.
any good solution?
Regards,
Sajid
You can use several approaches to protect it:
- As I said before, you can configure bot profile, to protect you application from bots.
- You can define appropriate parameter "name" in policy with some restrictions, like "Email" data type or aplha-numeric data type with maximum length (e.g. 50 characters) or with some regex rule or with some disallowed metacharacters
- You can create special valuecontent signature with special rule, which will match bad pattern
Thanks, Ivan