Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

I get 105 error while accessing with http #19

Open
magrega opened this issue Jan 30, 2023 · 3 comments
Open

I get 105 error while accessing with http #19

magrega opened this issue Jan 30, 2023 · 3 comments

Comments

@magrega
Copy link

magrega commented Jan 30, 2023

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));

image

@Arcadudu
Copy link

Arcadudu commented Jan 30, 2023

++ same problem with receiving api response example in chrome browser

@magrega
Copy link
Author

magrega commented Jun 1, 2023 via email

@miguelgisbert
Copy link

miguelgisbert commented Nov 15, 2023

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants