Side navigation
#10350 closed bug (invalid)
Opened September 27, 2011 07:46AM UTC
Closed September 27, 2011 12:59PM UTC
POST caching on IE8
Reported by: | rosieks@hotmail.com | Owned by: | rosieks@hotmail.com |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
I notice problem with making Ajax POST Request on IE8. I have scenerio where browser make GET request to the specific URL. Next I want to make POST request without caching to the same URL. Unfortunately IE8 doesn't make request because it is cached. I think that jQuery should always (for all types of request: GET, POST, DELETE) add random number to the url if caching is disabled
Attachments (0)
Change History (2)
Changed September 27, 2011 09:28AM UTC by comment:1
component: | unfiled → ajax |
---|---|
owner: | → rosieks@hotmail.com |
priority: | undecided → low |
status: | new → pending |
Changed September 27, 2011 12:59PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
If you don't want the response to be cached, use cache: false
in the ajax options that you pass; then it will add the random number.
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/
Open the link and click to "Fork" (in the top menu) to get started.