I am trying to deploy a simple web app consisting front end reactjs and backend python for the api routes
I want to allow api reqeusts by reactjs only, that will be deployed on the same server
In other words I do not want others to be able to e.g use postman to call the api
Is this possible? I do not wish to add authentication at this point as it's a really small project