Side navigation
#1580 closed bug (fixed)
Opened September 11, 2007 12:32PM UTC
Closed September 15, 2007 01:18AM UTC
$.ajax puts query-part of url into data
Reported by: | Greendrake | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.1 |
Component: | ajax | Version: | 1.2 |
Keywords: | url post data | Cc: | |
Blocked by: | Blocking: |
Description
I noticed that when I send a post ajax request with url like /foo?bar=1 it actually sends /foo and puts bar=1 into post data string. I have no idea whether it is deliberate but I think it may be quite annoying and inappropriate. Indeed - you send a GET parameters and expect them to be themselves at the server side, but they unexpectedly become in POST.
Attachments (0)
Change History (1)
Changed September 15, 2007 01:18AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN rev [3295].