Y
Hacker News
new
|
ask
|
show
|
jobs
by
apt-get
30 days ago
basic auth is secure, if used in combination with TLS.
1 comments
shakna
30 days ago
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.
link
As basic auth sends the header for every single request, it is also vulnerable to CSRF attacks.