M
M
MiJunior2019-03-19 10:38:51
AJAX
MiJunior, 2019-03-19 10:38:51

How to hide the address of API requests?

From the client I make requests via apish to the server, and it is clear that in the network you can see where I am making requests and which ones, how can I hide this information?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Proskurin, 2019-03-19
@Vlad_IT

Well, not at all, even if you miraculously remove the network tab from chrome, there are various http (s) sniffers that can easily intercept the transmitted traffic. Another thing is that you can confuse requests so that it is difficult for a curious person to understand them.

N
nvdfxx, 2019-03-19
@nvdfxx

If you just want to close the api for third-party interference, then add authorization, and if you use some kind of api that you shouldn’t know about, then you can add a layer, in the form of a node server, which lies on some aoijefoakwkawd.com and redirects to the desired api

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question