Modify ↓
Ticket #1578 (closed bug: duplicate)
$.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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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