Bug Tracker

Modify

Ticket #10350 (closed bug: invalid)

Opened 20 months ago

Last modified 20 months ago

POST caching on IE8

Reported by: rosieks@… Owned by: rosieks@…
Priority: low Milestone: None
Component: ajax Version: 1.6.4
Keywords: Cc:
Blocking: Blocked by:

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

Change History

comment:1 Changed 20 months ago by addyosmani

  • Owner set to rosieks@…
  • Priority changed from undecided to low
  • Status changed from new to pending
  • Component changed from unfiled to ajax

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.

comment:2 Changed 20 months ago by dmethvin

  • Status changed from pending to closed
  • Resolution set to invalid

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.