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/api/public-api/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,6 @@ By automatically revoking the exposed token, Segment helps keep your workspace s
49
49
#### How do I enable this feature?
50
50
This feature is automatically enabled for all workspaces on Team or Business tier plans.
51
51
52
+
#### I'm getting a CORS error. What can I do?
53
+
The Public API is meant to be used server-side only. If you're seeing a CORS error that means you're attempting to make a request to it on the front-end. Please move all Public API requests to a server.
0 commit comments