santanudas
Technical User
Hi all,
How to encrypt the URI string (or maybe put some extra garbage in it) so that it’s not easily understandable when passing through a Perl/CGI?
Say like, if I want to pass an URI like this:
and on the next page this is exactly what we gonna see in the address bar. How to make it a bit more meaning less to the viewers? Any idea?
Thank you once again, Cheers!!!
How to encrypt the URI string (or maybe put some extra garbage in it) so that it’s not easily understandable when passing through a Perl/CGI?
Say like, if I want to pass an URI like this:
Code:
<a herf=”/cgi-bin/xyz/xyz.cgi?MODE=ABC&DIR=$blah&FILE=$blah.txt”>
Thank you once again, Cheers!!!