CORS violation when not using proxy #530
Labels
bug
Something isn't working
database support
Issues related to adding or changing the databases servers or languages supported
Milestone
Some public endpoints can not be queried due to CORS issues.
For example:
Problem
We add the
queryId
to requests in the header so that the proxy server can cancel the request if needed. But some public endpoints don't recognize that custom header and will reject the request.We only need the
queryId
when using the proxy server.The text was updated successfully, but these errors were encountered: