How to hide URL in Axios HTTP request or add security in another way? – Reactjs
I'm doing a MERN stack (MongoDB, Express, React, Node) project in which I need to make a HTTP request, in a React component, to the database to get a field of a model. I'm using Axios (could use any other…