tokenika / secure-bp-voting

Secure EOS Block Producer Voting
https://tokenika.github.io/secure-bp-voting/
MIT License
18 stars 15 forks source link

Unable to Fetch Infromations from Endpoint API #7

Closed brockz closed 6 years ago

brockz commented 6 years ago

Hello

I tried using https://mainnet.eoscanada.com Endpoint URL on the 1_get_blockchain_data.html Site. It returns with an Failed to Fetch Error.

How can that be accomplished ?

Br Stefan

noisy commented 6 years ago

Hello @brockz,

It looks like endpoint https://mainnet.eoscanada.com/ is not configured in a way to support requests from 3rd party websites.

This can be enabled by

access-control-allow-origin = *

in config.ini in nodeos.

We would more than happy, to add this node to current suggested list of API endpoints, as soon as they will change their config, and we will be able to confirm that it's working.