You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,10 @@ You need to set up two important parts, regardless of the CDN provider you use:
25
25
- Proxy to Segment CDN (`cdn.segment.com`)
26
26
- Proxy to Segment tracking API (`api.segment.io`)
27
27
28
-
> info " "
28
+
> warning ""
29
+
> If you are using a [Regional Workspace](/docs/guides/regional-segment/#client-side-sources), please note that instead of using `api.segment.io` to proxy the Tracking API, you'll be using `events.eu1.segmentapis.com`
30
+
31
+
> info ""
29
32
> Segment only has the ability to enable the proxy setting for the Web (Analytics.js) source. Details for mobile source proxies are in the [Analytics for iOS](/docs/connections/sources/catalog/libraries/mobile/ios/#proxy-https-calls) and [Analytics for Android](/docs/connections/sources/catalog/libraries/mobile/android/#proxying-http-calls) documentation. It is not currently possible to set up a proxy for server sources using the Segment UI.
30
33
31
34
## Set up
@@ -59,9 +62,9 @@ A Segment Customer Success team member will respond that they have enabled this
59
62
## Custom CDN / API Proxy
60
63
61
64
### Snippet instructions
62
-
If you're a snippet user, you need to modify the [analytics snippet](/docs/getting-started/02-simple-install/#step-1-copy-the-snippet) that's inside your `<head>`.
65
+
If you're a snippet user, you need to modify the [analytics snippet](/docs/getting-started/02-simple-install/#step-1-copy-the-snippet) that's inside your `<head>`.
63
66
64
-
To proxy settings and destination requests that typically go to `http://cdn.segment.com`, replace:
67
+
To proxy settings and destination requests that typically go to `http://cdn.segment.com`, replace:
0 commit comments