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