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
Post a Comment