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.
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.