CORS
Configure CORS
Configuring CORS
Example
[cors]
origins = ['https://example.com', 'http://localhost:8080']
methods = ['GET', 'PUT']
resources = [r'/api/*']Last updated
Configure CORS
[cors]
origins = ['https://example.com', 'http://localhost:8080']
methods = ['GET', 'PUT']
resources = [r'/api/*']Last updated