• 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

    1. 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 .
      <canvas width=”0″ height=”123″></canvas><canvas width=”0″ height=”123″></canvas>
    2. Send an HTTP POST request with the saved JSON data to the url below. Be sure to make the following replacements:https://recaptchaenterprise.googleapis.com/v1/projects/seismometer-readings/assessments?key=API_KEY

    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]

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.