RE: GET, POST, and side-effects

Shel said:
] The GET can always be implemented as a POST -- you just get less
] effective service from any caches in the chain.  But the POST couldn't
] always be implemented as a GET (assuming a cachable response), since
] the POST might have side effects that might be omitted if a GET were
] handled entirely by a proxy cache.

I always asumed that the existence of a "?" in the request-URI 
prevented proxies from caching the result-entity, so that this couldn't happen?

Is this not a correct understanding of the practice?

Paul

Received on Saturday, 6 January 1996 01:02:49 UTC