Re: Good/Bad - URI encoding in HTML editor

On Tuesday, May 21, 2002, at 12:21  PM, Karl Dubost wrote:

> 	<a href="http://www.example.org/foo?toto=3&tata=4">A request</a>
[...]
> 	<a href="http://www.example.org/foo?toto=3&tata=4">A request</a>

I don't see any difference between the two. Is the second meant to have 
an &amp;?

[...]
 > So my question is do the slahes MUST be or not encoded in a query part 
of an URL?

Well the RFC says:

    If the data for a URI component would conflict with the
    reserved purpose, then the conflicting data must be escaped before
    forming the URI.

I think that basically, if the URL works works with the server, then 
you're OK.

  - Aaron <http://www.aaronsw.com/>

Received on Tuesday, 21 May 2002 14:10:03 UTC