Hi, Is there any way to set a whitelist of URLs for proxy in Qt WebEngine?
In Qt application this is done by implementing QNetworkProxyFactory::queryProxy() and returning NoProxy based on the query URL. However, even if Qt WebEngine does use the application proxy it does not call queryProxy() for each request. My understanding is that only some specific proxy parameters (host, port, etc.) are copied to the chromium network stack, making impossible to specify a different proxy for each request. Is there any other way to specify a list of URLs that should not use proxy in Qt WebEngine? Regards Benjamin
_______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
