No results for ""
EXPAND ALL
  • Home
  • API docs

GIVE DOCS FEEDBACK

Domain list

Read time: 2 minutes
Last edited: Jul 14, 2023

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

If you use a federal instance of LaunchDarkly, and are not using the Relay Proxy, you must update your SDK's configuration to connect to federal instance URLs.

Configure your SDK: Service endpoint configuration

If you use a firewall and would like to configure access based on IP addresses, read Public IP list.

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:

ServiceServer-side SDKs
Streaminghttps://stream.launchdarkly.com
Pollinghttps://sdk.launchdarkly.com or https://app.launchdarkly.com
Eventshttps://events.launchdarkly.com

The following table describes the default base URIs for each service for the client-side JavaScript SDKs:

ServiceClient-side JavaScript SDKs
Streaminghttps://clientstream.launchdarkly.com
Pollinghttps://clientsdk.launchdarkly.com or https://app.launchdarkly.com
Eventshttps://events.launchdarkly.com

The following table describes the default base URIs for each service for the mobile SDKs:

ServiceMobile SDKs
Streaminghttps://clientstream.launchdarkly.com
Pollinghttps://clientsdk.launchdarkly.com or https://app.launchdarkly.com
Eventshttps://mobile.launchdarkly.com

The edge SDKs do not use the streaming service or polling service to request flag updates. They get flag data from their provider-specific store. The edge SDKs also do not send events data back to LaunchDarkly.