I've configured a proxy for QTWebKit using the instructions found on the QNetworkProxy page (http://doc.qt.nokia.com/latest/qnetworkproxy.html). This works find for internet requests but unfortunately it also appears to redirect my requests to localhost to the proxy server as well.
The documentation for QNetworkProxy seems to suggest that this shouldn't be the case: Network proxy is not used if the address used in connectToHost(), bind() or listen() is equivalent to QHostAddress::LocalHost or QHostAddress::LocalHostIPv6. What additional work do I need to do to ensure that the proxy is bypassed for localhost? Mike
_______________________________________________ webkit-qt mailing list webkit-qt@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt