#8245 closed bug (fixed)
AJAX Calls not set the "Accept" header properly under Android browser
Reported by: | wuyuntao | Owned by: | jaubourg |
---|---|---|---|
Priority: | low | Milestone: | 1.5.1 |
Component: | ajax | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Try using $.ajax({ ... dataType: 'json', ... }) under Android Browser (Motorola Milestone, both eclair and froyo).
It adds "accept: application/json, ..." header to request while browser sends anothor "Accept: text/xml, ..." header which overrides the previous one.
Can be fixed by:
requestHeaders[ "Accept" ] = ...
Change History (5)
comment:1 Changed 12 years ago by
Owner: | set to wuyuntao |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Priority: | undecided → low |
comment:3 Changed 12 years ago by
Milestone: | 1.next → 1.5.1 |
---|---|
Owner: | changed from wuyuntao to jaubourg |
Status: | pending → assigned |
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixes #8245. Ajax now ensures header names are capitalized so that non-compliant xhr implementations don't override them.
Changeset: f2e0ae1a3932d6089853e8c0eed6ecb446610c00
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case to help us assess your ticket!
Additionally, test against the jQuery 0 GIT version to ensure the issue still exists. Be Excellent to eachother!