Open GoogleCodeExporter opened 8 years ago
I think this is more than just "hey there is spdy" header. It should be
included in HTTP/2.0 or 1.1 as a generic header defined in the standards to
advertise https support if it is availible (maybe HTTP/2.0 will only be
availible with SSL, so this is not necessary, depends on the final outcome).
On the other hand, someone may not want to switch to https (because he has
problems accessing SSL sites) and you can already implement that behaviour by
detecting http over port 80 on the serverside and sending a code 302 reply with
a "Location" Header to the https version of the site. (using mod_rewrite this
is pretty simple)
Original comment by timo.witte
on 17 Sep 2012 at 12:08
Original issue reported on code.google.com by
mdste...@google.com
on 30 Jan 2012 at 2:39