← Back to context

Comment by aftbit

11 hours ago

Jeez that's a heck of a redirect chain. The :443 is an odd choice no? And the redirect to https://domain before https://www.domain. There are even two more for me. Also... inconsistent casing for the Location header? Different parts of the server stack I suppose.

    Location: https://logitech.com:443/mx
    location: https://www.logitech.com:443/mx
    location: https://www.logitech.com/en-us/mx.html
    location: https://www.logitech.com/discover/c/master-series
    location: https://www.logitech.com/en-us/discover/c/master-series.html

443 is just the default https port, so not really? It doesn't add anything as browsers use that port by default when the scheme is https.