ajax honeypot
-
I’m using wp-json/v2 and reactjs to display my website
currently I’m displaying all the html of the contact form (using dangerouslySetInnerHTML) and on “send” I’m creating a post and adding each element into the post body.
Post body stringified: “{“_wpcf7″:”868″,”_wpcf7_version”:”5.1.7″,”_wpcf7_locale”:”en_US”,”_wpcf7_unit_tag”:”wpcf7-f868-o1″,”_wpcf7_container_post”:”0″,”your-email”:”[email protected]”,””:”Send”,”honeypot-156″:””,”your-message”:”this is a test email”}”
I’m receiving a 401 (unauthorized)
What am I missing ?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘ajax honeypot’ is closed to new replies.