デベロッパー ガイド
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Google は、不正行為、スパム、不正使用からサイトを保護するために、reCAPTCHA(v3 と v2)と reCAPTCHA Enterprise を提供しています。reCAPTCHA と reCAPTCHA Enterprise の機能の詳細については、reCAPTCHA バージョン間の機能の比較をご覧ください。
このドキュメントでは、Google reCAPTCHA v3 と v2 の概要について説明します。reCAPTCHA Enterprise の詳細については、reCAPTCHA Enterprise のドキュメントをご覧ください。
reCAPTCHA Enterprise の使用を開始するには、Google の
サイト登録ツール。この
ツールが新しい reCAPTCHA サイトキーを作成するのに役立ち、必要に応じて
作成する必要があります。
使ってみる
オーディエンス
このドキュメントは、HTML フォーム、サーバーサイド処理、モバイル処理に精通している方を対象としています。
アプリケーション開発に
最適ですreCAPTCHA をインストールするには、コードの編集が必要になる場合があります。
このドキュメントがお役に立てば幸いです。reCAPTCHA について質問するには、
Stack Overflow。タグ recaptcha
を使用します。
概要
reCAPTCHA の使用を開始するには、API キーを登録する必要があります。
ペアにする必要があります。この鍵ペアはサイトキーと
されます。サイトキーは、サイトまたはモバイルアプリで reCAPTCHA サービスを呼び出すために使用されます。「
秘密鍵は、アプリケーション バックエンドと reCAPTCHA サーバー間の通信を承認し、
お客様の回答を確認します。秘密鍵は、コンピュータに安全に保管し、
セキュリティを目的としています。
まず、reCAPTCHA のタイプを選択してから、承認済みドメインを入力します
またはpackage
できますGoogle Chat の設定
利用規約に同意したら、[登録] をクリックして新しい API キーペアを取得します。
以下の手順を行って、reCAPTCHA をサイトやモバイルアプリに追加します。
- クライアントサイドの統合を選択します。
- ユーザーの応答を確認する。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-18 UTC。
[null,null,["最終更新日 2024-09-18 UTC。"],[[["\u003cp\u003eGoogle reCAPTCHA helps protect your website from spam, abuse, and fraudulent activities with v3, v2, and Enterprise options.\u003c/p\u003e\n"],["\u003cp\u003eTo use reCAPTCHA, you'll need to sign up for an API key pair (site key and secret key) and integrate it into your website or mobile application.\u003c/p\u003e\n"],["\u003cp\u003ereCAPTCHA offers different integration options including v3, v2 (checkbox, invisible), and Android, allowing you to choose the best fit for your needs.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation is intended for developers familiar with HTML, server-side processing, or mobile application development and requires code edits for installation.\u003c/p\u003e\n"]]],["Google offers reCAPTCHA v3, v2, and reCAPTCHA Enterprise to protect against fraud and spam. To begin, register for an API key pair (site and secret keys) using the Site Registration Tool. Choose a reCAPTCHA type and provide authorized domains or package names. Integrate reCAPTCHA on the client-side, selecting from v3, v2 checkbox, invisible, or Android options. Finally, verify the user's response by authorizing communication with the reCAPTCHA server using the secret key.\n"],null,["# Developer's Guide\n\nGoogle offers reCAPTCHA (v3 and v2) and reCAPTCHA Enterprise to help you protect\nyour sites from fraudulent activities, spam, and abuse. To know more about the\nfeatures of reCAPTCHA and reCAPTCHA Enterprise, see [Comparison of features between reCAPTCHA versions](https://cloud.google.com/recaptcha/docs/compare-tiers).\n\nThis document provides an overview of Google reCAPTCHA v3 and v2. For\ninformation about reCAPTCHA Enterprise, see the\n[reCAPTCHA Enterprise documentation](https://cloud.google.com/recaptcha/docs/overview).\n\nTo get started with reCAPTCHA Enterprise, you can use our\n[Site Registration Tool](https://www.google.com/recaptcha/admin/create). This\ntool will help you create a new reCAPTCHA Site Key, and if needed also create a\nnew Google Cloud account.\n\n[Get Started](https://www.google.com/recaptcha/admin/create)\n\nAudience\n--------\n\nThis documentation is designed for people familiar with HTML forms, server-side processing or mobile\napplication development. To install reCAPTCHA, you might need to edit some code.\n\nWe hope you find this documentation easy to follow. You can ask a question about reCAPTCHA on\n[Stack Overflow](https://stackoverflow.com/questions/tagged/recaptcha), using the tag `recaptcha`.\n\nOverview\n--------\n\nTo start using reCAPTCHA, you need to [sign up for an API key\npair](http://www.google.com/recaptcha/admin) for your site. The key pair consists of a site key and\nsecret key. The site key is used to invoke reCAPTCHA service on your site or mobile application. The\nsecret key authorizes communication between your application backend and the reCAPTCHA server to\n[verify the user's response](/recaptcha/docs/verify). The secret key needs to be kept safe for\nsecurity purposes.\n\nFirst, choose the [type of reCAPTCHA](/recaptcha/docs/versions) and then fill in authorized domains\nor [package\nnames.](https://developer.android.com/guide/topics/manifest/manifest-element.html#package) After you\nhave accepted the terms of service, click **Register** to get new API key pair.\n\nNow, perform the following steps to add reCAPTCHA to your site or mobile application:\n\n1. Choose the client-side integration:\n - [reCAPTCHA v3](/recaptcha/docs/v3)\n - reCAPTCHA v2\n - [Checkbox](/recaptcha/docs/display)\n - [Invisible](/recaptcha/docs/invisible)\n - [Android](https://developer.android.com/training/safetynet/recaptcha.html)\n2. [Verify the user's response](/recaptcha/docs/verify)."]]