Contents 1 Overview 1.1 Who developed HttpOnly? When? 1.2 What is HttpOnly? 1.3 Mitigating the Most Common XSS attack using HttpOnly 1.3.1 Using Java to Set HttpOnly 1.3.2 Using .NET to Set HttpOnly 1.3.3 Using Python (cherryPy) to Set HttpOnly 1.3.4…