Re: UPGRADE: Feature detection?

On 12 February 2015 at 17:51, Mike West <mkwst@google.com> wrote:
> 2. Moreover, there's no harm in redirecting _all_ non-HTML/non-Worker
> requests to HTTPS, is there? That would simplify server-side logic. :)


That's a bold assertion.  So, for resource fetching with GET, you can
cause no harm on the protocol end, so go for broke.

You can only do that if the method is safe and idempotent, but I think
that is as far as you intended to go anyway.

Received on Thursday, 12 February 2015 06:57:28 UTC