Modify ↓
Ticket #9205 (closed bug: invalid)
Duplicate AJAX requests in Safari?
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | ajax | Version: | 1.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Anyone else noticing duplicate requests being sent to your server when using $.ajax in Safari 5.0.5? Been trying to track this down for a while now, and it seems to be isolated to Safari.
Change History
comment:1 Changed 2 years ago by addyosmani
- Owner set to anonymous
- Priority changed from undecided to low
- Status changed from new to pending
- Component changed from unfiled to ajax
comment:2 Changed 2 years ago by anonymous
- Status changed from pending to new
This is a Safari bug. The web inspector shows one request being sent to the server, but the server log shows two. It also happens with the native xmlhttprequest object. Please close. Sorry.
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.

Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on http://jsFiddle.net that reproduces the issue experienced to help us assess your ticket!
Additionally, test against the jQuery (edge) version to ensure the issue still exists.