[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-12 UTC。"],[[["This content covers the use of WebSockets with both Apigee and Apigee hybrid platforms, explaining their native support for both HTTP and WS protocols within environment groups."],["Apigee supports WebSockets through an upgrade request from HTTP to WS initiated by the client, resulting in a `101 Switching Protocols` response, and the subsequent establishment of a bidirectional connection."],["Policies within a web socket proxy will function until the initial handshake is completed, and after the handshake no further policies will be executed, but existing OAuth tokens are still validated."],["WebSockets connections in Apigee can be terminated if requests lack valid API keys or OAuth tokens, if the provided tokens are invalid or expired, or due to connection timeouts."],["The Apigee Debug tool will display each WebSockets connection as a single request with a `101 Status`, while the analytics dashboard will count each WebSockets session but will not display the traffic sent back and forth during the connection."]]],[]]