Qt Webkit requests
Unsolved
Qt WebKit
-
Hi everybody!
Now I'm solving the problem of parsing pages. The page is constantly updated through xhr requests. In order not to constantly refresh the page, I use Fiddler to intercept response with a specific name and redirect thier responses to the application on Qt via TCP. At the same time, Google Chrome and Fiddler are constantly open. I would like to get by with one application that would use the "hedless browser" and upon the event of the creation of the XHR request would give me an response. Is it possible to do this with Qt WebKit?
P.S. Sorry for my english =). -
Yes, it's possible.