#3537 closed enhancement (wontfix)
Patch: support Ajax functions for URI schemes other than http:, https: and file:
Reported by: | djc | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | ajax | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Gecko (and probably other browsers) can support XMLHttpRequest over URI schemes other than HTTP and HTTPS.
jQuery already takes advantage of this to support file:. The enclosed patch allows the jQuery Ajax functions to operate over any URI scheme which is supported by the browser.
This is particularly useful for people (like me) who are using jQuery to develop Firefox extensions, as it is useful to be able to perform Ajax functions on chrome: URIs.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | jquery-ajax.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | 1.3 → 1.5 |
---|---|
Status: | new → open |
comment:2 Changed 12 years ago by
Keywords: | ajaxrewrite added |
---|
comment:3 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
We don’t support anything other than HTTP in Core; if you want to use them, you are responsible for creating your own transport.
comment:4 Changed 11 years ago by
Keywords: | ajaxrewrite removed |
---|---|
Priority: | major → low |
Version: | 1.2.6 → 1.4.4 |
Note: See
TracTickets for help on using
tickets.
So basically, check for http/https rather than file protocol.