問題タブ [safe-browsing]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 安全なブラウジング API を使用して PHP で Web サイトの URL を確認する
GoogleセーフブラウジングAPIを使用して、URLが安全かどうかを確認しようとしています
次のチュートリアルに従いました
https://developers.google.com/safe-browsing/v4/get-started
上記の URL ガイドに従って、次の手順を完了しました
- アカウントを取得する
- プロジェクトを作成する
- API キーを設定する
最後に、 https://safebrowsing.googleapis.com/v4/...?key=API_KEYになります
私の質問は、ウェブサイトの URL を上記の安全なブラウジング URL に渡す方法です