Running Flask app with Connexion 3.1.0 with synchronous api calls
When migrating from connexion2 to connexion3 setting CORS with middleware / using flask-cors, Options preflight is not dealt right, it either throws Unauthorized / Method not allowed / random error like ERROR:root:error(0,”).
How to Setup CORS to allow Options preflight when using Flask app with Connexion 3.1.0
When migrating from connexion2 to connexion3 setting CORS with middleware / using flask-cors, Options preflight is not dealt right, it either throws Unauthorized / Method not allowed / random error like ERROR:root:error(0,”).