You are here

constant Post::SITE_VERIFY_URL in reCAPTCHA 6.2

URL to which requests are POSTed. @const string

File

recaptcha-php/src/ReCaptcha/RequestMethod/Post.php, line 41

Class

Post
Sends POST requests to the reCAPTCHA service.

Namespace

ReCaptcha\RequestMethod

Code

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