Skip to content

Commit 0c2577e

Browse files
add in CORS info
1 parent 18e4cec commit 0c2577e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/api/public-api/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ By automatically revoking the exposed token, Segment helps keep your workspace s
4949
#### How do I enable this feature?
5050
This feature is automatically enabled for all workspaces on Team or Business tier plans.
5151

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.
54+

0 commit comments

Comments
 (0)