Relative Content

Tag Archive for node.jsfluttercorshttprequest

How to make sure server accepts request from mobile applications only

I have a Node.js server that will handle requests from my flutter mobile application. The flutter application uses http module to send the requests to the server. The Node.js server uses CORS. How do I make sure that my server only accepts requests made from my mobile applications ?.