79296399

Date: 2024-12-20 07:05:31
Score: 1.5
Natty:
Report link

HttpOnly cookie can only be stealed if the client reflects the cookie in the response at some point. You can make an XHR request to steal the cookie. Although it is not related to the HttpOnly flag, another way is if the application is using JWT for authentication/authorization, you can read it from Local Storage.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: AZAN SHAHID