Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QNetworkProxy on Qt 5.12.x & 5.15.2
-
Hi
We are using Qt WebEngine to access the remote server. We have proxy configuration. So our URL request goes through proxy server.
Code was working fine with Qt 5.12.x.
However same code did not work when we migrated to Qt 5.15.x.
Anyone aware any changes or bugs in QNetworkProxy @ Qt 5.15.x ?