URL Encoding
From LongJump Support Wiki
Revision as of 22:21, 1 February 2012 by imported>Aeric
Note:
When specifying a URL in code, any special characters (anything other than a letter or number) need to be encoded. For example, a space character is encoded as %20.
Learn more:- URL Encoding in HTML
- Encode a URL in JavaScript
- URLEncoder class for Java