Javascript - CORS No Response
I have website: http://www.bluegreenblack.com/p/weather-in-ireland.html Wanted to add Metar readings from: https://www.aviationweather.gov/adds/dataserver_current/httpparam?dataSou
Solution 1:
most likely that server does not support CORS requests. Have you tried to call this service from your web server and create your own web service to serve for your page?
Post a Comment for "Javascript - CORS No Response"