|
Using Character Codes in URLs:
As a link, you can replace the "://" syntax (to help disguise it if necessary).
%3a = :
%2f = /
%2e = .
For example,
http://www.protectfairuse.org/ =
http%3a%2f%2fwww%2eprotectfairuse%2eorg%2f
HTML character codes / special characters.
|