A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Fetch: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(Created page with "* Deal with authentication (URLs containing username/password, servers responding with 401) * Deal with URL processing * Define HTTP context for data: URLs, about:blank, and f...")
 
m (add context)
Line 1: Line 1:
Fetch is [http://fetch.spec.whatwg.org/ fetch.spec.whatwg.org] and will define [http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#fetch HTML fetch] and CORS as a set of coherent algorithms rather than the intertwined mess we have now. It will also deal with the following:
* Deal with authentication (URLs containing username/password, servers responding with 401)
* Deal with authentication (URLs containing username/password, servers responding with 401)
* Deal with URL processing
* Deal with URL processing
* Define HTTP context for data: URLs, about:blank, and file: URLs.
* Define HTTP context for data: URLs, about:blank, and file: URLs.
* Progress Events
[[Category:Spec coordination]]

Revision as of 10:11, 24 November 2012

Fetch is fetch.spec.whatwg.org and will define HTML fetch and CORS as a set of coherent algorithms rather than the intertwined mess we have now. It will also deal with the following:

  • Deal with authentication (URLs containing username/password, servers responding with 401)
  • Deal with URL processing
  • Define HTTP context for data: URLs, about:blank, and file: URLs.
  • Progress Events