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
As the workbenches can be public APIs, we need random website to be able to access different API end points from a range of websites that we can't predetermine.
Our current CORS configurability is not good enough:
As the workbenches can be public APIs, we need random website to be able to access different API end points from a range of websites that we can't predetermine.
Our current CORS configurability is not good enough:
baw-server/config/initializers/cors.rb
Line 8 in 40eb800
So the plan is:
Basically, allow access for any public non-mutative routes/actions, but restrict security routes and any mutative actions for trusted origins.
The text was updated successfully, but these errors were encountered: