I get 105 error while accessing with http
I got a free plan on weatherstack and when I try to fetch data I get 105 error saying that I can't access https even though I am using http.
fetch("http://api.weatherstack.com/current?access_key=************&query=Moscow").then(item => item.json()).then(item => console.log(item));

++ same problem with receiving api response example in chrome browser
thanks, but I worked with it a long time ago and I just used another API 01.06.2023, 14:11, "Joana Maggioni" @.>: try to change the browser you are using to run, it was the only thing that worked for me—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.> -- С уважением, А.П.
I have same problem. Could it be caused by a redirection from http:// to https:// ?? Because if I type directly the url at the browser it redirects and shows this error response.