DeltaBalances / DeltaBalances.github.io

The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
https://deltabalances.github.io/
GNU General Public License v3.0
169 stars 67 forks source link

Missing CORS-headers for forkdelta #34

Closed iSnow closed 6 years ago

iSnow commented 6 years ago

Getting "Failed to load https://api.forkdelta.com/returnTicker: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://deltabalances.github.io' is therefore not allowed access." while trying to show my balances.

You'll probably need to the forkdelta guys or proxy the call on your back-end.

freeatnet commented 6 years ago

Keen eye, @iSnow! It's our fault, really, we'll get it fixed.

cf. https://github.com/forkdelta/backend-replacement/issues/43

iSnow commented 6 years ago

Thanks, good job!