|
|
|
|
|
by SEMW
3645 days ago
|
|
Https is often terminated at a relatively early point, eg the load balancer, so that the request can be properly routed. (Eg if you use AWS, it's generally terminated at ELB). That means the request path may be logged by the load-balancer and whatever routers/proxies they're using, as well as in the request logs of the web server itself. It's completely unnecessary to have everyone's passwords be viewable by however many people have access to one or more of those logs (for a org the size of ebay, maybe 10-100 people?). Sure, it's not as terrible as if it was sent over http, but 'not being as the worst it could possibly be' isn't a very high bar. |
|