I'm confused a bit on usage of QWebPage via socks using httplib2 (http/socks5/socks4). Is there any issues or workaround on it?
Asked
Active
Viewed 217 times
1 Answers
0
Problem seem to be solved using QNetworkAccessManager
QNetworkAccessManager.proxyAuthenticationRequired(proxy, authenticator)
- proxy – QNetworkProxy
- authenticator – QAuthenticator

sultan
- 5,978
- 14
- 59
- 103
-
Hope this may be useful if you want to add support on proxy servers in your applications. – sultan Sep 16 '10 at 13:52