Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / corydolphin/flask-cors issues and pull requests
#273 - Release version 3.0.9
Pull Request -
State: closed - Opened by corydolphin about 4 years ago
#272 - Fix request path normalization
Pull Request -
State: closed - Opened by corydolphin about 4 years ago
#271 - Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ((url)). (Reason: CORS preflight response did not succeed)
Issue -
State: open - Opened by ghost over 4 years ago
- 2 comments
#270 - Looking to report a security issue
Issue -
State: closed - Opened by praetorian-colby-morgan over 4 years ago
- 3 comments
#269 - Barebones setup doesn't work
Issue -
State: closed - Opened by knlshh over 4 years ago
- 1 comment
#268 - Allow origins to be a callable
Pull Request -
State: closed - Opened by fzembow over 4 years ago
- 1 comment
#267 - `/api` is missing as URI-prefix within the example code
Issue -
State: closed - Opened by gabechu over 4 years ago
- 2 comments
#266 - May I translate this project into Korean?
Issue -
State: open - Opened by ChaeHyun-Kim over 4 years ago
- 2 comments
#265 - Exposed headers cannot be accessed in Angular
Issue -
State: closed - Opened by tsaatey over 4 years ago
- 1 comment
#264 - Error handlers return wrong http status code
Issue -
State: open - Opened by nioncode over 4 years ago
#263 - docs: Fix simple typo, garaunteed -> guaranteed
Pull Request -
State: closed - Opened by timgates42 over 4 years ago
- 1 comment
#262 - CORS failure on invalid paths blocks 404 response
Issue -
State: open - Opened by Rawk over 4 years ago
- 3 comments
#261 - Wrong PyDoc on @cross_origin decorator
Issue -
State: open - Opened by andersonbfn almost 5 years ago
#260 - Fix warnings regarding invalid escape sequences.
Pull Request -
State: closed - Opened by tirkarthi almost 5 years ago
- 1 comment
#259 - Deprecation warning due to invalid escape sequences in Python 3.8
Issue -
State: closed - Opened by tirkarthi almost 5 years ago
#258 - Fixed over-indentation
Pull Request -
State: closed - Opened by jiaola almost 5 years ago
- 2 comments
#257 - Access to XMLHttpRequest at 'http://...' from origin 'http://localhost:8000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.
Issue -
State: open - Opened by jennykwan almost 5 years ago
- 9 comments
#256 - Wildcard origin pattern is too generic - matches incorrectly on more complicated patterns
Issue -
State: closed - Opened by sfilipov almost 5 years ago
- 2 comments
#255 - Test against flask 1.1.1 and 1.0
Pull Request -
State: closed - Opened by corydolphin about 5 years ago
#254 - Rebuild
Pull Request -
State: closed - Opened by corydolphin about 5 years ago
#253 - Test fails in test_acl_uncaught_exception_500 with Flask 1.1.0
Issue -
State: closed - Opened by czerw about 5 years ago
- 3 comments
#252 - has been blocked by CORS policy: Request header field content-type is not allowed by Access-Control-Allow-Headers in preflight response.
Issue -
State: closed - Opened by piyushpriyam about 5 years ago
- 6 comments
#251 - Configuring CORS for all Blueprints via Config
Issue -
State: open - Opened by mfrlin about 5 years ago
- 1 comment
#250 - Cors is allowing all incoming requests
Issue -
State: closed - Opened by Shamim56 about 5 years ago
#249 - flask-cors + flask-login + vuejs
Issue -
State: closed - Opened by juli-vert over 5 years ago
- 1 comment
#248 - CORS headers not injected when specifying root origins and per-resource origins
Issue -
State: open - Opened by afiorillo over 5 years ago
- 1 comment
#247 - Only CORS on OPTIONS?
Issue -
State: open - Opened by mbrucher over 5 years ago
- 2 comments
#246 - Only allow root domain (no subdomain access)
Issue -
State: open - Opened by JeanClaude3 over 5 years ago
- 2 comments
#245 - Deprecation Warning for CORS import
Issue -
State: closed - Opened by zkagin over 5 years ago
- 3 comments
#244 - No CORS when starting the app through entry_points
Issue -
State: open - Opened by alensiljak over 5 years ago
#243 - Fix DeprecationWarning on python 3.7 for python 3.8
Pull Request -
State: closed - Opened by juanmaneo over 5 years ago
- 1 comment
#242 - When Used before_request Decorator in the main file , it raises origin policy error
Issue -
State: closed - Opened by shivamguys over 5 years ago
- 1 comment
#241 - cross_origin decorator doesn't work when view raises exception
Issue -
State: open - Opened by ajenkins-cargometrics over 5 years ago
- 1 comment
Labels: duplicate, enhancement
#240 - Regex Subdmain Match
Issue -
State: open - Opened by esfoobar over 5 years ago
- 1 comment
#239 - importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated
Issue -
State: closed - Opened by osallou over 5 years ago
- 3 comments
#238 - Origins parameter to accept a function to determine match
Issue -
State: open - Opened by peterlada almost 6 years ago
- 1 comment
Labels: enhancement
#237 - Access-Control-Allow-Origin returns incorrect value
Issue -
State: closed - Opened by Tonkonozhenko almost 6 years ago
- 1 comment
#229 - Fix multiple Access-Control-Allow-Origin
Pull Request -
State: closed - Opened by dokime7 over 6 years ago
- 7 comments
#228 - Is it possible to get Allowed methods from Flask?
Issue -
State: open - Opened by Chris2048 over 6 years ago
- 6 comments
Labels: enhancement
#221 - Update Api docs
Pull Request -
State: closed - Opened by jodiwaljay over 6 years ago
#217 - cors_after_request dies if the request has headers=None
Issue -
State: closed - Opened by dusktreader over 6 years ago
- 1 comment
#212 - How to specify the list of origins?
Issue -
State: closed - Opened by igorvishnevskiy almost 7 years ago
- 7 comments
#210 - No CORS on error pages
Issue -
State: closed - Opened by fgblomqvist about 7 years ago
- 15 comments
Labels: duplicate
#201 - Using flask-cors with flask-restful and @before_request decorator for jwt auth
Issue -
State: closed - Opened by gwvt over 7 years ago
- 11 comments
#200 - Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Credentials' header in the response is '' which must be 'true' when the request's credentials mode is 'include'
Issue -
State: closed - Opened by Syntaf over 7 years ago
- 10 comments
#199 - Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response. in Google-Chrome
Issue -
State: closed - Opened by b3g00d over 7 years ago
- 2 comments
#195 - Allow at-runtime origin validation - or some tips on usage?
Issue -
State: closed - Opened by estein-de over 7 years ago
- 5 comments
Labels: enhancement
#194 - ImportError: No module named 'flask_cors'
Issue -
State: closed - Opened by GijsGoudzwaard almost 8 years ago
- 2 comments
#179 - WIP: use set_list instead of manually string joining
Pull Request -
State: closed - Opened by corydolphin over 8 years ago
- 1 comment
#55 - DELETE not working?
Issue -
State: closed - Opened by ghost over 10 years ago
- 3 comments