jQuery caching with POST -


Although I've set the cache: Wrong in a jQuery AJAX Post Request, it does not add additional random string. Is it because the post does not cache?

Thank you for your time.

In states (section 13) that post requests should not be cached.

Some HTTP methods should cause cache to invalidate an entity. This is either the request-unit specified by the URI or place or content-place header (if present). These methods are:

  - fold - delete - post  

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -