httponly cookie
what is http only cookie
ChatGPT said:
🍪 What is an HttpOnly Cookie?
An HttpOnly cookie is a type of cookie that cannot be accessed via JavaScript (i.e., document.cookie), and can only be sent in HTTP requests between the client and the server.
🧠 ...
httponly-cookie.hashnode.dev4 min read