A few days ago, my website faced a carding attack that even Google reCaptcha couldn't prevent.
After reading articles about the effectiveness of Honeypot in thwarting bot attacks, I began implementing Honeypot code in Magento 2.
However, I encountered an issue—I couldn't retrieve the value of the honey pot filed (Custom filed) in my plugin. How can I access this custom field value within the plugin
I'm adding a honeypot field to the checkout_index_index.xml file.
Here is my plugin checking whether the honeypot field is not empty