Skip to content

Commit 6aa5e55

Browse files
authored
Merge pull request #4628 from segmentio/spencerattick-patch-4
add in CORS info
2 parents 117cde6 + 7f91aeb commit 6aa5e55

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

0 commit comments

Comments
 (0)