Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    Network Analysis

    Qt WebKit
    2
    2
    1171
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      beowulf last edited by

      In the console of Google Chrome there is a tab called "Network" where everything is being rendered by the browser (images, videos) are listed.

      I wonder if it is to get the videos that are being watched and the images loadeded in QWebKit. - "Http Requests"

      -- 0x00

      1 Reply Last reply Reply Quote 0
      • Chris Kawa
        Chris Kawa Moderators last edited by

        I don't understand what you are actually asking, but if you want to monitor or log the requests made by a page you can do it e.g. like this:

        Subclass QNetworkAccessManager.
        Re-implement its methods (get(), post() etc.) to monitor when they're firing and then call the base implementation.
        Set such "sniffing" object on a webpage with QWebPage::setNetworkAccessManager()

        1 Reply Last reply Reply Quote 0
        • First post
          Last post