You are here

constant Drupal6Post::SITE_VERIFY_URL in reCAPTCHA 6.2

URL to which requests are POSTed. @const string

File

src/ReCaptcha/RequestMethod/Drupal6Post.php, line 22
Custom Drupal 6 RequestMehod class for Google reCAPTCHA library.

Class

Drupal6Post
Sends POST requests to the reCAPTCHA service.

Namespace

ReCaptcha\RequestMethod

Code

const SITE_VERIFY_URL = 'https://www.google.com/recaptcha/api/siteverify';