I am creating a react app with create-react-app and I am wanna make a GET request to my server. I don't want the user to see the url of the request. Is it possible to hide it?
create-react-app
No. Every request from the browser will be visible through the network tab.
1.4m articles
1.4m replys
5 comments
57.0k users