Enable Cross-Origin Requests (CORS) #9
Unanswered
data-usr
asked this question in
DashBoards & WebApps
Replies: 1 comment
-
You may encounter CORS (Cross-Origin Requests) errors when attempting to hit Composable services (for example, at localhost/CompAnalytics/) from a web app running on, for example, localhost:8080. You can normally fix this by editing the web.config file. Look in the install folder (e.g., For the example above, the entry would be:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I fix CORS (Cross-Origin Requests) errors?
Beta Was this translation helpful? Give feedback.
All reactions