Comments on: An alternative to canonical URIs http://www.xaprb.com/blog/2006/06/02/an-alternative-to-canonical-uris/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Xaprb http://www.xaprb.com/blog/2006/06/02/an-alternative-to-canonical-uris/#comment-825 Xaprb Sat, 03 Jun 2006 13:32:32 +0000 http://www.xaprb.com/blog/?p=110#comment-825 Well, parameters are unavoidably ordered by their position in the query string, but most software that uses them treats them as un-ordered. The RFCs I can find don’t specify anything about ordering. I think that is left up to the program that processes the request. I’m looking at RFC 3986, RFC 1738, and RFC 1630. Some of those have been updated or obsoleted by other RFCs, but I don’t see where any of them says anything other than “The query component is a string of information to be interpreted by the resource” (from RFC 2396).

]]>
By: Tim McCormack http://www.xaprb.com/blog/2006/06/02/an-alternative-to-canonical-uris/#comment-823 Tim McCormack Sat, 03 Jun 2006 04:14:02 +0000 http://www.xaprb.com/blog/?p=110#comment-823 This feels like a much better solution than the canonicalization approach (though I suppose it doesn’t deal with www. versus bare domains.)

Repeated parameters could be handled with character code order. Isn’t the parameter list independent of order?

]]>