Google Captcha, web sitenizin güvenliğini artırmanın etkili bir yoludur. Kullanıcıların botlar tarafından değil, gerçek insanlar tarafından gönderildiğini doğrulamak için tasarlanmıştır. Bu işlem, potansiyel spam ve kötü niyetli saldırılara karşı koruma sağlarken, aynı zamanda kullanıcı deneyimini de iyileştirir. HTML sayfanıza Google Captcha eklemek, kullanıcılarınızın güvenliğini sağlamanın yanı sıra, form gönderimlerinin geçerliliğini artırır.
To add Google Captcha in HTML, follow these steps:
Create a site key: Go to the Google reCAPTCHA Admin Page and generate a site key by entering a label, reCAPTCHA type (v2 or v3), and website domain .
Add the script to the HTML: Include the Google reCAPTCHA JavaScript library in the
<head>section of your HTML file :
Add the Captcha widget: Insert the Captcha widget in the HTML form where you want it to appear :
Replace
YOUR_SITE_KEYwith your actual site key .
Verify the response on the server-side: After form submission, send a POST request to the Google reCAPTCHA API to verify the user's response :
Where
G_RECAPTCHA_RESPONSEis the value of the POST parameter .
<head>section of your HTML file :
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<div class="g-recaptcha" data-sitekey="YOUR_SITE_KEY"></div>
YOUR_SITE_KEYwith your actual site key .
\$url = 'https://www.google.com/recaptcha/api/siteverify'; \$params = array( 'secret' => YOUR_SECRET_KEY, 'response' => G_RECAPTCHA_RESPONSE, ); \$result = json_decode(file_get_contents('https://'.\$url.'?' . http_build_query(\$params)), true); if (\$result['success']) { // User passed the captcha } else { // Captcha failed }
G_RECAPTCHA_RESPONSEis the value of the POST parameter .
Teknoloji
Huawei EMUI 4 hangi telefonlara gelecek?
Hiking a 14 telefonu iyi mi?
Huawei telefonunda zil sesi nasıl ayarlanır?
Huawei telefon sesi az çıkıyor ne yapmalıyım?
Hiking cep telefonu Trendyol'da var mı?
Hiking telefon Trendyol'da var mı?
HiAssistant mı daha iyi Google Asistan mı?
Huawei watch gt 5 46 mm siyah telefonda telefon görüşmesi yapabilir miyim?..
Infinix telefonumu nasıl sıfırlarım?
Huawei telefonda apk dosyasını nasıl açarım?