Quantcast
Channel: Questions in topic: "nodejs"
Viewing all articles
Browse latest Browse all 130

Simple HTTPS question

$
0
0
My game uses the WWW object to post data to a nodejs server I have setup. Up to this point I have just been testing things and learning how to post information to my database from within the Unity game using just http. Now I would like to secure the transmission of data between my game and the nodejs server. **I enabled https on the nodejs server** and **changed the url in my Unity game code to "https"**. The game runs and seems to communicate with the server just fine. The server is processing the information and returning information back to the game like it was over regular http. But I cannot tell if the traffic in between is actually encrypted or not. My real worry is the initial transfer of the password in my JSON string. Can someone please tell me if what I have done to setup https will ensure that the JSON string is encrypted during it's travel from my game to the server? Thank you!

Viewing all articles
Browse latest Browse all 130

Trending Articles