Friday 20 September 2019

How would I protect my Node server (BFF)

So I have an Angular app that makes http requests to my node server. The Angular app is just a collection of 4 forms the user has to fill in. And then the data for each form is sent to an endpoint on the node server.Since Angular runs in the browser how would I stop people from just inspecting the http requests and making the API calls directly to the Node server (through postman or whatever)?

Submitted September 20, 2019 at 08:12PM by I-Am-Programmer

No comments:

Post a Comment