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 25953 - "Modify request's url per HTTP Strict Transport ..."
Summary: "Modify request's url per HTTP Strict Transport ..."
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: Fetch (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+fetchspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-03 07:02 UTC by jhodges3
Modified: 2014-06-04 12:45 UTC (History)
1 user (show)

See Also:


Attachments

Description jhodges3 2014-06-03 07:02:20 UTC
http://fetch.spec.whatwg.org/#fetching

[[
1. Modify request's url per HTTP Strict Transport Security, if applicable. [HSTS]
]]


In terms of step 1 in the Fetch alg -- by "Modify request's url per HTTP
Strict Transport Security" I suggest re-writing it more precisely along
these lines..

  1. Determine whether the url refers to a Known HSTS Host by applying the
algorithm given in RFC6797's section "8.3. URI Loading and Port Mapping" to
the request's url. This algorithm handles any needed url re-writing, and is
idempotent otherwise.

HTH,

=JeffH