Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on November 27, 2024 12:24PM
Likes: 1
Replies: 1
When an API is deployed with Dataiku, CORS security layer does not allow to consume the service, since it is hosted in a different server, then web browsers throws CORS error.
Please add a entry on Deployment Settings to allow us to disable CORS configure according our needs.
Settings references for Apiman:
https://www.apiman.io/apiman-docs/user-guide/latest/gateway/policies/cors-policy.html
Boolean to dissable CORS:
errorOnCorsFailure = false
This is a DNS problem in your deployment. CORS should not be disabled. You can easily comply with CORS by using FQDNs. For instance:
dss-designer-node.company.com
dss-api-node.company.com