Y
Hacker News
new
|
ask
|
show
|
jobs
by
shakna
29 days ago
HTTP basic auth is not secure.
1 comments
apt-get
29 days ago
basic auth is secure, if used in combination with TLS.
link
shakna
28 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