Bug Tracker

Modify

Ticket #7294 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

GET/HEAD request urls malformed when cache:true

Reported by: dmethvin Owned by:
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: Cc:
Blocking: Blocked by:

Description

jQuery.ajax serializes the data to the url for GET/HEAD requests, but does so after a cache-buster time stamp has been added to the url. This can cause malformed querystrings like

my.php?1123012342&arg1=hello&arg2=there

the desired qs is something like

my.php?arg1=hello&arg2=there&_=1123012342

Change History

comment:2 Changed 3 years ago by snover

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

The query string generated is not invalid.  Query strings in RFC 3986

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.