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
+
#### What should I do when I see a CORS error?
53
+
If you see a CORS error, this means you're attempting to make a request to the Public API on the front-end. The Public API is used for server-side only. To get rid of the error, move all Public API requests to a server.
0 commit comments