You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When talking to the REST API from a local JS application, Firefox blocks the requests from 127.0.0.1 unless they are returned with an appropriate CORS header
Acceptance Criteria
Some flag or config variable allows setting allowed origins and adding the CORSMiddleware to the fastAPI app, including an option for allowing all origins for testing
The text was updated successfully, but these errors were encountered:
When talking to the REST API from a local JS application, Firefox blocks the requests from 127.0.0.1 unless they are returned with an appropriate CORS header
Acceptance Criteria
CORSMiddleware
to the fastAPI app, including an option for allowing all origins for testingThe text was updated successfully, but these errors were encountered: