You are here

constant CurlPost::SITE_VERIFY_URL in reCAPTCHA 6.2

URL to which requests are sent via cURL. @const string

File

recaptcha-php/src/ReCaptcha/RequestMethod/CurlPost.php, line 43

Class

CurlPost
Sends cURL request to the reCAPTCHA service. Note: this requires the cURL extension to be enabled in PHP

Namespace

ReCaptcha\RequestMethod

Code

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