I am creating a system using the MEAN Stack and I had a question ..
My angled client application makes a request for api ex: POST link
If some malicious user finds the api url he could do a post without going through the client of my application for example, is there any way to avoid / bypass this? How to make requests for my api made only from the client that I allow?