This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24846 - "url's scheme is not one of "http" and "https" "
Summary: "url's scheme is not one of "http" and "https" "
Status: RESOLVED WORKSFORME
Alias: None
Product: WHATWG
Classification: Unclassified
Component: Fetch (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+fetchspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-27 23:45 UTC by Ian 'Hixie' Hickson
Modified: 2014-03-19 20:53 UTC (History)
2 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2014-02-27 23:45:30 UTC
http://fetch.spec.whatwg.org/#fetching

# url's scheme is not one of "http" and "https"
#    A network error.

Why are we disallowing support for things like FTP?
Comment 1 Anne 2014-03-18 11:23:04 UTC
They are only disallowed if request's mode is CORS, as CORS is an HTTP protocol.
Comment 2 Ian 'Hixie' Hickson 2014-03-19 20:53:35 UTC
Oh, I see. I didn't realise that "tainted cross-origin" was the default.