I
I
Ivan Plotnikov2020-07-31 08:07:22
RESTful API
Ivan Plotnikov, 2020-07-31 08:07:22

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

1 answer(s)
V
Vladimir Korotenko, 2020-07-31
@the_lord_of_the_king

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 question

Ask a Question

731 491 924 answers to any question