APIs-Google 是 Google API 所使用的使用者代理程式,用途是提供推播通知訊息。
應用程式開發人員可以要求收到這些通知,如此一來,他們就不必持續輪詢 Google 伺服器,確認感興趣的資源是否有所異動。為了確保這項服務不會遭到濫用,當開發人員要將某個網域的網址登記為接收訊息的位置時,Google 會要求他們先驗證自己擁有該網域。
APIs-Google 如何存取網站
APIs-Google 會使用 HTTPS POST 要求來傳送每一個推播通知。如果因為暫時性的錯誤情況而導致要求失敗,APIs-Google 會重新傳送通知。如果要求依然失敗,APIs-Google 會按指數輪詢的方式繼續重試,最長可達數天時間。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-02-17 (世界標準時間)。"],[[["APIs-Google is a user agent utilized by Google APIs to deliver push notifications, allowing developers to receive updates without continuous server polling."],["APIs-Google accesses websites using HTTPS POST requests for notifications, employing retries with exponential backoff for failed deliveries, leading to varied traffic patterns."],["Websites must possess a valid SSL certificate to receive notifications and should be optimized for prompt responses to minimize unnecessary retry attempts by APIs-Google."],["To prevent APIs-Google access, website owners can unregister for notifications or utilize robots.txt to block the user agent."],["Spoofed requests can be identified by verifying the caller's IP address through reverse DNS lookup to confirm association with googlebot.com or google.com."]]],["APIs-Google is Google's user agent for push notifications, delivering messages via HTTPS POST requests. Developers must verify domain ownership to use this service. APIs-Google retries failed requests with exponential backoff and can create sporadic traffic. Sites need valid SSL certificates, and apps should respond quickly to avoid retries. To block APIs-Google, unregister notifications or use `APIs-Google` in robots.txt. Spoofed requests can be identified by verifying IP addresses against googlebot.com or google.com domains.\n"]]