What is the best way to traffic data between JS and PHP Fri GET method? Imagine a $ http request made in angularjs passing paramentos ex: minhaurl? Id = 2 & nome="joao"
The ideal would be to encrypt the parameters. But BASE64 is flawed over UTF8.
So, how to send data in encrypted form via GET and decrypt in PHP and send the encrypted responses in PHP and decrypt in js?