$_POST['g-recaptcha-response']
recaptcha でサニタイズして検証する方法
https://github.com/google/recaptcha/blob/master/examples/example-captcha.php#L72
英数字の長い文字列を提供するように見える
ので、サニタイズして英数字のみかどうかを確認し、十分に検証するために使用_
しますか?-
strip_tags()
_
-
$_POST['g-recaptcha-response']
recaptcha でサニタイズして検証する方法
https://github.com/google/recaptcha/blob/master/examples/example-captcha.php#L72
英数字の長い文字列を提供するように見える
ので、サニタイズして英数字のみかどうかを確認し、十分に検証するために使用_
しますか?-
strip_tags()
_
-