Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This topic explains which domains the LaunchDarkly SDKs connect to by default. If you are restricting access, make sure your SDK can reach these domains. If you use the Relay Proxy, you must update your SDK’s configuration to connect to the Relay Proxy rather than using these defaults.Configure your SDK: Relay Proxy configuration
Configure your SDK: Service endpoint configuration
Accessing LaunchDarkly by domain
The LaunchDarkly SDKs access various base uniform resource identifiers (URIs) for different services. The server-side, client-side, and mobile SDKs use the streaming service and polling service to request flag updates. They use the events service to send data back to LaunchDarkly for Experimentation analysis. The following table describes the default base URIs for each service for the server-side SDKs:- Commercial
- Federal
- EU
| Service | Server-side SDKs |
|---|---|
| Streaming | https://stream.launchdarkly.com |
| Polling | https://sdk.launchdarkly.com or https://app.launchdarkly.com |
| Events | https://events.launchdarkly.com |
- Commercial
- Federal
- EU
| Service | Client-side JavaScript SDKs |
|---|---|
| Streaming | https://clientstream.launchdarkly.com |
| Polling | https://clientsdk.launchdarkly.com or https://app.launchdarkly.com |
| Events | https://events.launchdarkly.com, https://otel.observability.app.launchdarkly.com, and https://pub.observability.app.launchdarkly.com for the observability SDK |
- Commercial
- Federal
- EU
| Service | Mobile SDKs |
|---|---|
| Streaming | https://clientstream.launchdarkly.com |
| Polling | https://clientsdk.launchdarkly.com or https://app.launchdarkly.com |
| Events | https://mobile.launchdarkly.com |
https://events.launchdarkly.com URI.