Replies: 0 comments 9 replies
-
I second that it would ease developing web apps. I would also ask the dev team to consider feasibility of sending With the current situation: Hint: Correctamente you should not fetch that URL directly. Rather get https://status.vatsim.net/status.json and fetch randomly from one of the URLs in the |
Beta Was this translation helpful? Give feedback.
-
I feel that there needs to be the restricted endpoint that Vatsim uses in their own apps. There should then be a separate endpoint for developers and customers to use. This would allow them to keep the strictness on their side while also having a section dedicated to the community. |
Beta Was this translation helpful? Give feedback.
-
Enabling this domain for cross origin control should make it to work in MSFS: "coui://html_ui" Header set Access-Control-Allow-Origin "coui://html_ui" |
Beta Was this translation helpful? Give feedback.
-
Any answer about that? Another solution would be to allow JSONP (see https://stackoverflow.com/questions/9519209/how-do-i-set-up-jsonp) |
Beta Was this translation helpful? Give feedback.
-
We've talked about this internally. Given how caching works we can safely add an unknown amount of new possible tools / products etc connecting. I'll update the things on our side to adjust CORS. |
Beta Was this translation helpful? Give feedback.
-
Great news. |
Beta Was this translation helpful? Give feedback.
-
Its been set and I've confirmed it should work. |
Beta Was this translation helpful? Give feedback.
-
I can confirm: that works. |
Beta Was this translation helpful? Give feedback.
-
As a MSFS developper of the GTN750 GPS, we have requests from VATSIM users to build an utility that connects VATSIM data.
Unfortunatley, we are facing a cross origin protection issue when accessing this url from inside the sim: https://data.vatsim.net/v3/vatsim-data.json via javascipt. So the data comes empty.
If you could disable the cross origin protection in your servers, this would be great.
Example to disable cross origin can be found here: https://ubiq.co/tech-blog/set-access-control-allow-origin-cors-headers-apache/
Thanks
Pierre
PMS50
Beta Was this translation helpful? Give feedback.
All reactions