Opened 15 years ago
Closed 15 years ago
#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: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 15 years ago by
Component: | core → ajax |
---|---|
Milestone: | 1.2 → 1.2.1 |
Resolution: | → fixed |
Status: | new → closed |
Version: | → 1.2 |
comment:2 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev [3295]. Duplicate of bug #1580.