What is an HttpOnly Cookie?
What is an HttpOnly Cookie? An HttpOnly cookie is a cookie with the HttpOnly attribute set, which blocks client-side JavaScript from reading or modifying it through document.cookie. It can only be sent by the browser automatically with HTTP(S) requests, making…
