Reply to comment

URL Encoding Table

Hello there!

So, if you are looking for how to pass special chars on your URL here you are the table with some encodes:

char - URL Encoded
; - %3B
? - %3F
/ - %2f
: - %3A
# - %23
& - %26
= - %3D
+ - %2B
$ - %24
, - %2C
<space> - %20 or  +
% - %25
< - %3C
> - %3E
~ - %7E

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options