reCaptcha token process
-
I’m trying to add Recaptcha to my Contact page. I got the point where I get a token, but I’m on a Google page where I have no idea what to do. This what I see
Verify the reCAPTCHA token
Submit the generated response token to reCAPTCHA for verification. reCAPTCHA returns a risk score indicating the likelihood of a legitimate interaction.
Before proceeding, you must authenticate with reCAPTCHA. API requests to reCAPTCHA will fail until authentication steps are complete.
REST API
C#
Go
Java
Node.js
PHP
Python
Ruby
- Create the request body and save it in a file named request.json . Be sure to make the following replacements:
- TOKEN: The token returned from the grecaptcha.enterprise.execute() call.
- USER_ACTION: Optional. The user-initiated action specified in the grecaptcha.enterprise.execute() call. Learn more about actions .
- Send an HTTP POST request with the saved JSON data to the url below. Be sure to make the following replacements:
- API_KEY: The API key associated with the current project. Learn more about authenticating with API keys .
What is the request body? How do I create the request body?
Help!
The page I need help with: [log in to see the link]
- Create the request body and save it in a file named request.json . Be sure to make the following replacements:
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.