Basic Auth over HTTP redirected to HTTPS – does it leak?
I’m creating a Flask API and I’m somewhat unfamiliar with the attack surfaces that exist in redirecting from HTTP to HTTPS, or requesting HTTP when HSTS header has been sent previously.
Lets say a user requests the route use… Continue reading Basic Auth over HTTP redirected to HTTPS – does it leak?