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 23024 - "If request's method is `GET` and obtaining a re..."
Summary: "If request's method is `GET` and obtaining a re..."
Status: RESOLVED FIXED
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: 2013-08-20 17:24 UTC by Ian 'Hixie' Hickson
Modified: 2014-05-19 14:07 UTC (History)
1 user (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2013-08-20 17:24:04 UTC
http://fetch.spec.whatwg.org/#basic-fetch

[[
If request's method is `GET` and obtaining a resource from request's url does not return failure, return a response whose headers consist of a single header whose name is `Content-Type` and value is the MIME type and parameters returned from obtaining a resource, and body is the data returned from obtaining a resource.
]]

It's not made clear (e.g. by having a reference) that "obtaining a resource" here is a link to a separate spec.