Is it possible to steal a cookie without HttpOnly via CSRF?
Without giving too many details away, let’s say that I’m auditing an API that:
Has access-control-allow-credentials: true
Has access-control-allow-origin: *
Needs JWT set in Authorization header for request to all endpoints
With this sce… Continue reading Is it possible to steal a cookie without HttpOnly via CSRF?