cybergis / wherecovid19_webapp

1 stars 0 forks source link

CORS issue for loading json file #16

Open zhiyuli opened 4 years ago

zhiyuli commented 4 years ago

use a free CORS proxy for now

var states_request=request("https://cors-anywhere.herokuapp.com/https://raw.githubusercontent.com/zhiyuli/zhiyuli.github.io/master/test.json" , {handleAs :"json"});