CORS
Configure CORS
Last updated
Configure CORS
Last updated
Cors is built in by default in all Ask apps. You can also configure CORS to e.g. only allow specific origins or only enable CORS on specific routes.
CORS can be configured in your projects . Configuration options are added in the [cors]
section.
The configuration options supported are the same as Flask-Cors supports. Flask-Cors documentation: