|
|
|
|
|
by SomeOtherGuy2
5247 days ago
|
|
You have no way of knowing what they log and don't log. If their server logs are compromised, you should be assuming their username/password database was as well. And HTTPS requests are encrypted. The whole request, including the "GET /someurl&password=s33krit HTTP/1.1" part. As I said, using POST doesn't add any additional security to this. |
|
That's why professional security audits will ding you for putting anything sensitive in a URL.