Answer the question
In order to leave comments, you need to log in
Is it possible to make a GET request to an insecure site?
I am making a VK mini apps application in React. You need to get json data from the site, the site has api, but it works on the http protocol. Is a get request made to insecure sites?
Answer the question
In order to leave comments, you need to log in
This is browser behavior and you can't change it.
https://developers.google.com/web/fundamentals/sec...
The standard practice is to make requests from your server and return the results from your api . By the
way, this will avoid other restrictions
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question