I am trying to call open weather api end point to retrieve weather data. I am using ajax call to do so . But I am unable to retrieve data ending up with error
Refused to execute script from 'http://samples.openweathermap.org/data/2.5/weather?q=London,uk&appid=b22143fb388a8a942c07908dad1c1c90&callback=jQuery110200018843492128348682_1517942950649&_=1517942950650' because its MIME type ('application/json') is not executable, and strict MIME type checking is enabled.
Screenshot of the code: