wrld3d / wrld-example-app

WRLD 3D Maps example app
BSD 2-Clause "Simplified" License
115 stars 54 forks source link

api token not working #54

Closed djcldy closed 7 years ago

djcldy commented 7 years ago

I am getting the error "refused to set unsafe header content-length chrome" I am trying to implement this example: https://docs.wrld3d.com/wrld.js/latest/docs/examples/ from my desktop

tim-jenks commented 7 years ago
  1. Think this is wrld.js issue not wrld-example-app

  2. Believe this to be a duplicate of - https://github.com/wrld3d/wrld.js/issues/18 - wrld.js will not work over file:// protocol due to CORS, please run off a loopback server.

Please reopen with more details if I'm misunderstanding !!