Post
Topic
Board Project Development
Merits 2 from 1 user
Re: Bitcoin block data available in CSV format
by
bitmover
on 04/01/2021, 04:07:32 UTC
⭐ Merited by LoyceV (2)
This a valid json structure.
Updated: addresses.loyce.club/total_number_of_funded_addresses.json

CORS should work for you now:
Code:
Header set Access-Control-Allow-Origin "https://bitcoindata.science"


Hi Loyce,

I am getting an error when trying to access your data:

Quote
Mixed Content: The page at 'https://bitcoindata.science/bitcoin-funded-addresses.html' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://addresses.loyce.club/total_number_of_funded_addresses.json'. This request has been blocked; the content must be served over HTTPS.

But when I try https://addresses.loyce.club/total_number_of_funded_addresses.json]addresses.loyce.club/total_number_of_funded_addresses.json keeps failing, and my browser do not let me get http://.....

Can you enable https for your address.loyce.club?

Thank you.