How to prevent MITM session fixation attack over plain HTTP upon first request?
Websites has various methods implemented to tell browser to always use HTTPS – HSTS header, server redirec to HTTPS, CSP policy. However, the first time a user visits the site it can be over palin HTTP. Only after then browse… Continue reading How to prevent MITM session fixation attack over plain HTTP upon first request?