Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Use Javascripts <a href="http://www.w3schools.com/jsref/jsref_encodeURIComponent.asp" rel="nofollow noreferrer">encodeURIComponent()</a>/decodeURIComponent() for "round-trip" encoding with .Net's URLEncode/URLDecode.</p> <p><strong>EDIT</strong></p> <p>As far as I know, historically the "+" has been used in URL encoding as a special substitution for the space char ( ASCII 20 ). If an implementation does not take the space into consideration as a special character with the '+' substitution, then it still has to escape it using its ASCII code ( hence '%20' ).</p> <p>There is a really good discussion of the situation at <a href="http://bytes.com/topic/php/answers/5624-urlencode-vs-rawurlencode" rel="nofollow noreferrer">http://bytes.com/topic/php/answers/5624-urlencode-vs-rawurlencode</a>. It's inconclusive, by the way. RFC 2396 lumps the space with other characters without an unreserved representation, which sides with the '%20' crowd. </p> <p>RFC 1630 sides with the '+' crowd ( via forum discusion )...</p> <blockquote> <p>Within the query string, the plus sign is reserved as shorthand notation for a space. Therefore, real plus signs must beencoded. This method was used to make query URIs easier to pass in systems which did not allow spaces.</p> </blockquote> <p>Also, the core RFCs are...</p> <p><a href="http://tools.ietf.org/html/rfc1630" rel="nofollow noreferrer">RFC 1630</a> - Universal Resource Identifiers in WWW</p> <p><a href="http://tools.ietf.org/html/rfc1738" rel="nofollow noreferrer">RFC 1738</a> - Uniform Resource Locators (URL)</p> <p><a href="http://tools.ietf.org/html/rfc2396" rel="nofollow noreferrer">RFC 2396</a> - Uniform Resource Identifiers (URI): Generic Syntax</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload