Re: Proposition on advanced URL features (Request for comments)

> Some of us are using the generalization 
>  
> 	http://host[:port]/path[;parameters][#anchor][?searchargs] 

I hope you meant

  	http://host[:port]/path[;parameters][?searchargs][#anchor]

> allowing for state information to be held in the URL. 

That has no effect on the existance of state information in a URL
(which, BTW, is always the wrong solution to a stateful session).

> I'd very much like to see this included in formal docs. 

The fact that parameters exist is in RFC 1808.  But, this has no impact
on stateful URLs, since generated URLs can be generated in absolute form.

 ...Roy T. Fielding
    Department of Information & Computer Science    (fielding@ics.uci.edu)
    University of California, Irvine, CA 92717-3425    fax:+1(714)824-4056
    http://www.ics.uci.edu/~fielding/

Received on Thursday, 30 November 1995 23:57:08 UTC