← Prev in month ← Prev in thread
Next in thread → Next in month →

RE: [xml-dev] Re: Cookies at XML Europe 2004 -- Call for Particip ation

From
Elliotte Rusty Harold <>
To
Strolia-Davis Christopher Contr MSG/MAT <>
Date
2004-01-06T20:58:12Z
ID
<p06010205bc20d14b4e9a@[192.168.254.4]>
Thread
RE: [xml-dev] Re: Cookies at XML Europe 2004 -- Call for Particip ation
At 2:49 PM -0500 1/6/04, Strolia-Davis Christopher Contr MSG/MAT wrote:


>Although I haven't actually researched how Amazon does this,
>it is possible to do this sort of thing using remote
>javascripting(A fancy title for posting to a hidden iframe).

No, that's not how they do it. I just turned off JavaScript and 
cookies, went to amazon, and successfully added an item to my cart. I 
think they do it through extensive URL rewriting. Remember a GET 
request can run a program on a server just as easily as a POST 
request. A POST cannot do anything a GET can't do. The difference is 
that a POST operation should not be cached or repeated because it may 
obligate the client, while a GET is supposed to be SAFE.
-- 

   Elliotte Rusty Harold
   
   Effective XML (Addison-Wesley, 2003)
   http://www.cafeconleche.org/books/effectivexml
   http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA
← Prev in month ← Prev in thread
Next in thread → Next in month →