
flask-cors 6.0.2
0
A Flask extension simplifying CORS support
Contents
A Flask extension simplifying CORS support
Stars: 936, Watchers: 936, Forks: 155, Open Issues: 69The corydolphin/flask-cors repo was created 12 years ago and the last code push was 1 months ago.
The project is popular with 936 github stars!
How to Install flask-cors
You can install flask-cors using pip
pip install flask-cors
or add it to a project with poetry
poetry add flask-cors
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/flask-cors/
- Documentation:
- https://corydolphin.github.io/flask-cors/
- GitHub Repo:
- https://github.com/corydolphin/flask-cors
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common flask-cors errors.
Code Examples
Here are some flask-cors code examples and snippets.
GitHub Issues
The flask-cors package has 69 open issues on GitHub
- Support callable origins for dynamic validation
- Explicitly document proper regex requirements for origins
- Add license to project metadata
- Does Flask-CORS fully support IPv6 origins?
- Getting CORS preflight error even with flask cors initialized
pythonfix