Miles Sabin wrote: > > Daniel Hellerstein wrote, > > server side includes in GETs of html documents might cause > > changes in "state" variables.). > > That's not allowed. GET is idempotent which implies it must > be stateless. > > You should be using POST for that sort of thing. > SHOULD (in the rfc2119 sense) is unfortunately the operative word here. GET's idempotence is a SHOULD, not a MUST. Reference rfc2616, section 9.1.1. -cksReceived on Friday, 21 January 2000 17:34:39 EST
This archive was generated by hypermail pre-2.1.9 : Wednesday, 24 September 2003 06:33:35 EDT