Hi,
I'm trying to download aircraft data from: , webbrowser CORS policy blocks the download as it is from a different web site, that doesn't specify the access-control-allow-origin header. Would it be possible to configure the web server so that it sets this header?
For nginx, it would be something like:
add_header 'Access-Control-Allow-Origin' '*';
Probably useful for the REST API too. Thanks.