1

I'm confused a bit on usage of QWebPage via socks using httplib2 (http/socks5/socks4). Is there any issues or workaround on it?

sultan
  • 5,978
  • 14
  • 59
  • 103
  • possible duplicate of [PyQt: how to use QWebPage with an anonimous proxy](http://stackoverflow.com/questions/5423013/pyqt-how-to-use-qwebpage-with-an-anonimous-proxy) – cHao Apr 17 '11 at 17:42

1 Answers1

0

Problem seem to be solved using QNetworkAccessManager QNetworkAccessManager.proxyAuthenticationRequired(proxy, authenticator)

  • proxy – QNetworkProxy
  • authenticator – QAuthenticator
sultan
  • 5,978
  • 14
  • 59
  • 103