How I am handling http to https upgrades these day.coding By jim 4 years agoAn nginx pattern using `Upgrade-Insecure-Requests`, `307` redirects, and `Vary` lets capable browsers move to TLS without stranding long-lived embedded clients that still need plain HTTP.no comments