Side navigation
#884 closed bug (fixed)
Opened January 25, 2007 12:50PM UTC
Closed January 31, 2007 09:14PM UTC
Last modified June 21, 2007 04:39AM UTC
ajax function in IE sends variables using GET and POST at same time
Reported by: | graeme@graeme.org | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ajax | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using Wireshark on a IE query, it appears that jquery sends a POST request like this:
POST /jq2.html?name=John&time=2pm HTTP/1.1
Accept: */*
Accept-Language: en-us
x-requested-with: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MCI Windows Corporate Image; .NET CLR 1.1.4322; InfoPath.1)
Host: xxx:8000
Content-Length: 18
Connection: Keep-Alive
Cache-Control: no-cache
name=John&time=2p
Fix: Add s.data = null in ajax.js below line 604
Attachments (0)
Change History (1)
Changed January 31, 2007 09:14PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in revision 1238