corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.readthedocs.io/en/latest/index.html
MIT License
884 stars 139 forks source link

Include examples to specify that schema and port must be included in … #294

Closed YPCrumble closed 3 years ago

YPCrumble commented 3 years ago

…origins documentation.

Thanks for building/maintaining flask-cors!

I had a little trouble getting the origins parameter to work until I found #212. This PR provides documentation about the schema and port requirements.

Please let me know if any changes/suggestions!

corydolphin commented 3 years ago

Thanks @YPCrumble for the contribution, I really appreciate it!