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
I bundled 'binance-api-node' and tried to use it within a website but whenever I do a request, I am receiving the following error:
Access to fetch at 'https://api.binance.com/api/v1/time' from origin 'http://localhost:8080' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled
The text was updated successfully, but these errors were encountered:
I tried to run Chrome with --disable-web-security to bypass the need of a Proxy server but it didn't work.
Would you accept a PR that informs about the CORS issue in the README.md? In another issue you pointed out that the library must be Browser-compatible but with the CORS issue this seem to become less of importance?
I bundled
'binance-api-node'
and tried to use it within a website but whenever I do a request, I am receiving the following error:The text was updated successfully, but these errors were encountered: