Results 1 to 17 of 17

Thread: QWebview fails to load page css on windows xp

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QWebview fails to load page css on windows xp

    I'm asking whether the response from the server that contains the main webpage is identical, forget the resources for now.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Jun 2011
    Posts
    17
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QWebview fails to load page css on windows xp

    The response from the server containing the main page looks similar. SLL handshake, blabla, several client / server HELLOs, getting the main page data. It's encrypted so i can't say if the content it gets is actually the same in both cases.

    Then it gets the IP address of si0.twimg.com (containing the images, css etc according to the source code of the page). handshakes, blabla, HELLOs... And then, it gets data from this server for the one working, and not for the other.

    That's as far as I got for now...

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QWebview fails to load page css on windows xp

    Similar and identical are two different things. I'm asking whether it is byte-by-byte equal. Without knowing that you can only guess what is wrong.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    Jun 2011
    Posts
    17
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QWebview fails to load page css on windows xp

    it is not byte to byte equal.
    But as it is encrypted, i don't think this is really relevant... a different salt on the same content will produce different encrypted data...

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QWebview fails to load page css on windows xp

    Quote Originally Posted by marwyn View Post
    it is not byte to byte equal.
    But as it is encrypted, i don't think this is really relevant... a different salt on the same content will produce different encrypted data...
    I mean the decrypted data, obviously.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  6. #6
    Join Date
    Jun 2011
    Posts
    17
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QWebview fails to load page css on windows xp

    I obviously can't access it...
    I can't sniff it, i can't BP in it because i'm not in debug mode, and I can't put logs into QWebview to see what is going on...

    Have to guess what is wrong I'm afraid

  7. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QWebview fails to load page css on windows xp

    Why can't you access it? Decrypt it before it reacher the browser, I'm sure there are proxies available that do this kind of man-in-the-middle attack. Besides, you have access to QWebView's network access manager, and you'll have the data already decrypted there.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  8. The following user says thank you to wysota for this useful post:

    marwyn (26th August 2011)

  9. #8
    Join Date
    Jun 2011
    Posts
    17
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QWebview fails to load page css on windows xp

    Trying to access data from the QNetworkAccessManager. I'll keep you informed when I have results

Similar Threads

  1. QWebView doesn't load a page on windows
    By RzuF in forum Qt Programming
    Replies: 3
    Last Post: 7th April 2011, 21:09
  2. Replies: 1
    Last Post: 24th March 2011, 16:40
  3. designer plugin fails to load
    By ModeZt in forum Qwt
    Replies: 6
    Last Post: 4th February 2008, 21:08
  4. [mac] QImage.load fails
    By snoopy67 in forum Qt Programming
    Replies: 4
    Last Post: 7th November 2007, 14:06

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.