Hacker News new | ask | show | jobs
by shakna 29 days ago
HTTP basic auth is not secure.
1 comments

basic auth is secure, if used in combination with TLS.
Unfortunately, that only takes care of one of the vulnerabilities that comes with basic auth.

As basic auth sends the header for every single request, it is also vulnerable to CSRF attacks.