Bug Tracker

Modify

Ticket #1578 (closed bug: duplicate)

Opened 6 years ago

Last modified 6 years ago

$.post does not send URL's query string

Reported by: gallir Owned by:
Priority: major Milestone: 1.2.1
Component: ajax Version: 1.2
Keywords: Cc:
Blocking: Blocked by:

Description

.post strips the query string from the given url.

So the url part of $.post("some.php?arg1=something", {'data': string}, ...);

becomes "some.php".

It worked fine up to 1.1.4.

Change History

comment:1 Changed 6 years ago by john

  • Status changed from new to closed
  • Resolution set to fixed
  • Version set to 1.2
  • Component changed from core to ajax
  • Milestone changed from 1.2 to 1.2.1

Fixed in SVN rev [3295]. Duplicate of bug #1580.

comment:2 Changed 6 years ago by john

  • Status changed from closed to reopened
  • Resolution fixed deleted

comment:3 Changed 6 years ago by john

  • Status changed from reopened to closed
  • Resolution set to duplicate

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.