JulianFrattini / cira

Python package for functions around the causality in requirements artifacts (CiRA) initiative.
http://www.cira.bth.se/
Apache License 2.0
10 stars 1 forks source link

Enable CORS middleware #41

Closed JulianFrattini closed 1 year ago

JulianFrattini commented 1 year ago

According to same-origin policy, browsers block requests from different origins by default. This implies that a web application that is supposed to serve as a UI on top of the CiRA pipeline will not be allowed to send requests to the running API since they run on different ports.