Good afternoon!
I need to encrypt the url address so that only php can understand it, and the person could not decrypt, only with a key, I have CodeIgniter at hand
$ch = curl_init("http://music.art/api/key");
Here that URL in a method needs to be ciphered, is there such a possibility?