Can you use QWebView cookies/sessions with QNetworkAccessManager?
I am making a program with a QWebView that shows the user pages from our
site. At the same time I want to use QNetworkManager to make background
HTTP requests to the site. Is there a way to share the user's cookies
between the QWebView and QNetworkManager so that they just have one
session? Right now the user can log in in the QWebView, but then when I
make get() calls on the QNetworkManager object the site behaves as if the
user is not logged in, although they are logged in in the QWebView.
No comments:
Post a Comment