Zicore / CrossoutMarket

Crossout Market - Prices and Graphs
55 stars 18 forks source link

Allowing CORS on API #86

Closed alexpado closed 5 years ago

alexpado commented 6 years ago

I'm actually trying to make a Javascript connector for an webapp (and potentially phone app) but reading API isn't allowed from Javascript because CORS aren't enabled (not present in HTTP Header)

image

More about CORS here