QWebEngine page intercept network request
Solved
General and Desktop
-
Hey,
Is it possible in the new QWebEngine chromium based API to simulate what was possible in the older WebKit wrapper of using the QNetworkAccessManager to intercept http calls so no request would go out over the network?
I would like to supply my own QNetworkReply equivalent to the QWebEnginePage, but looking at the API, I am not sure that this is possible.
Any help would be greatly appreciated.
Thanks,
Dave -
Hi @Dave-F
You will have to wait for Qt 5.6. Have a look at the feature list and underQt WebEngine
heading. -
@Dave-F You're Welcome :) Then you can use QWebEngineUrlRequestInterceptor I guess.