How to configure emacs behind an authenticated http proxy?
- by Pedro Morte Rolo
There's another question that answers this though it doesn't specify anything regarding proxy authentication.
It's solution is
(setq url-proxy-services '(("no_proxy" . "work\.com")
("http" . "proxy.work.com:911")))