In SuiteCommerce Advanced I have created a custom ...
# ask-stanley-ai
m
In SuiteCommerce Advanced I have created a custom extension with a form, but I need to protect the form submission against bot attacks. What are the options that SuiteCommerce for that ? Is there something natively that I can use ? Or do I need to implement a custom one ? Regarding reCaptcha, is there a plugin or something similaire to use in my form ?
c
AI generated answer (using internal Slack threads):
In SuiteCommerce Advanced, there isn't a native feature to protect form submissions against bot attacks. However, there are several options you can consider: 1. Google reCAPTCHA: You can use a third-party solution like Google reCAPTCHA. There are plugins available such as the one from AnchorTech Group that can be integrated into your SuiteCommerce site. However, it's important to note that even with reCAPTCHA, some bots may still get through. 2. Custom HTML form with SSP handler: You can refactor your form to a custom HTML form with an SSP handler. This allows you to add custom rules to block based on the data they're submitting and identifying and logging originating IP addresses. 3. CDN with location-based blocking: Using a Content Delivery Network (CDN) like Cloudflare or Fastly can help block or challenge traffic based on origin. This can be particularly useful if a significant portion of the bot traffic is coming from specific regions. 4. Unique links: For specific functionalities like unsubscribe requests, you can create a Suitelet with unique links generated via some encryption (salt) and only usable once. This can prevent the link from being repeatedly used by bots. Remember, the effectiveness of these methods can vary and may not completely eliminate bot traffic. You may need to use a combination of these methods and continuously monitor and adjust your strategy as needed. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.839111447
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830932677
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808166623
Please provide your feedback on this answer.