Side navigation
#3537 closed enhancement (wontfix)
Opened October 28, 2008 06:25PM UTC
Closed January 02, 2011 10:52PM UTC
Last modified January 28, 2011 01:27AM UTC
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 (4)
Changed November 13, 2010 07:50PM UTC by comment:1
milestone: | 1.3 → 1.5 |
---|---|
status: | new → open |
Changed December 27, 2010 10:36PM UTC by comment:2
keywords: | → ajaxrewrite |
---|
Changed January 02, 2011 10:52PM UTC by comment:3
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.
Changed January 28, 2011 01:27AM UTC by comment:4
keywords: | ajaxrewrite |
---|---|
priority: | major → low |
version: | 1.2.6 → 1.4.4 |
So basically, check for http/https rather than file protocol.