With update 1.3.3 of humanity clicker, I had to make a few changes on the backend of the server. They were specifically to allow for people playing the browser version on itch.io and newgrounds to be able to login, send/load saves and highscores.
This was due some limitation, I don’t know if on unity’s side or webassembly’s, where HTTP GET calls weren’t working, so it all had to be changed to use POST instead. Thankfully though, no matter what type of call it is, there should still be the innate encryption and safety of the website’s SSL Certificate.
The changes shouldn’t affect the website’s performance or make any visible changes