i have developed a service using node.js and i want to connect it to a client developped in Qt (c++). everything works great. i can send requests from Qt client to the node.js server and get the response easily. the problem is that all others clients(browers ... ) can connect to my node.js server as well. please how can i avoid that, and allow only my Qt client application to connect to my node.js server and reject all connections and requests from another clients.
via Loui Smith
No comments:
Post a Comment