sanic-cors icon indicating copy to clipboard operation
sanic-cors copied to clipboard

A Sanic extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible. Based on flask-cors by Cory Dolphin.

Results 12 sanic-cors issues
Sort by recently updated
recently updated
newest added

@ashleysommer First of all, thank you very much for providing sanic with such important components. I want to ask two questions. First, is it necessary to include methods' OPTIONS'? Second,...

Has there been any official testing for use with the latest LTS Sanic release? @ashleysommer