Ticket #8127 (closed bug: duplicate)
$.ajax does not work on local machine
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | high | Milestone: | 1.5.1 |
| Component: | ajax | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In IE 6,7,8,9 requesting files using $.ajax on a file on the local machine with a path " file:///" does not work. It returns with error "Unknown".
In jQuery 1.4.4 this worked as long as the js execution context was also from the local machine
Change History
comment:2 Changed 2 years ago by addyosmani
- Owner set to anonymous
- Status changed from new to pending
Could you please supply us with a reduced test case so we can see what code you're using to achieve this? - IE has some known gotchas when it comes to local file access but I can't advise further until I see what you've written. Because it's local, feel free to send us over a file (however jsFiddle.net still works - we can always just copy the code out ourselves).
comment:3 Changed 2 years ago by danheberden
- Status changed from pending to closed
- Resolution set to duplicate
8
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

I should note as well that I am using absolute paths. For example file:///c:/foo.html