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
We need very permissive CORS headers on both /api/static/fact and /api/static/search, because the code they are running comes from localhost, but it needs to hit those two APIs. But actually, that code could just as easily come from /api/node-server, and then we wouldn't need that CORS header. I don't think this is super important, but wanted to document it for the future.
The text was updated successfully, but these errors were encountered:
We need very permissive CORS headers on both
/api/static/fact
and/api/static/search
, because the code they are running comes from localhost, but it needs to hit those two APIs. But actually, that code could just as easily come from/api/node-server
, and then we wouldn't need that CORS header. I don't think this is super important, but wanted to document it for the future.The text was updated successfully, but these errors were encountered: