Using an Experience Cloud Site with Streaming API-Based Features

If you use an Experience Cloud site and enable features that use Streaming API in the background, such as in-app or push notifications, HTTP POST requests are sent to the /cometd/ endpoint. Sending many CometD requests can be problematic sometimes and can cause hitting HTTP request rate limits. If your Experience Cloud site is hosted on a third-party Content Delivery Network (CDN), the HTTP POST requests will be sent to the CDN. The volume of requests depends on the number of users that are simultaneously logged in to the site. Each logged-in user gets their own Streaming API session so the more users are logged in, the more POST requests are generated.