Qt Webkit requests
-
wrote on 29 Oct 2019, 13:18 last edited by
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 =). -
wrote on 31 Oct 2019, 13:05 last edited by
Yes, it's possible.
2/2