[Solved] How to make a secure commnication between two applications?


You may want to investigate client and server TLS certificates. They will allow for a mutual authentication between the server and the client.

solved How to make a secure commnication between two applications?