Hacker News new | past | comments | ask | show | jobs | submit login

I am not a web developer, but I have to ask.

Using basic authentication over SSL, does that mean if you entered https://user:pass@domain that the user and pass would be sent in the clear, or does this get put into the header and encrypted?




Yes, basic authentication is encrypted over SSL but there are more problems to that: https://security.stackexchange.com/questions/988/is-basic-au...


It's base64 encoded and put into the header, according to the article.


But if you use HTTPS, those headers are encrypted, right?


The problem is they can end up in the logs of the receiving server and if that gets hacked...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: