Reasons why your POST request could be cached:

http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
Responses to this method [POST] are not cacheable, unless the response
includes appropriate Cache-Control or Expires header fields. However,
the 303 (See Other) response can be used to direct the user agent to
retrieve a cacheable resource.





--- In flexcoders@yahoogroups.com, "Dmitri Girski" <[EMAIL PROTECTED]> wrote:
>
> I had caching issues with IE using POST.
> 
> PS You can always do a POST using dynamic URL, which will stop
> caching. It does not really matter what is in the request body.
> 
> Cheers,
> Dmitri.
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "Tracy Spratt" <tspratt@> wrote:
> >
> > I have "heard" that POSTed requests do not cache.  I use POST
> > exclusively, and have never had any caching issues.
> > 
> > Tracy
> >
>


Reply via email to