I'm asking whether the response from the server that contains the main webpage is identical, forget the resources for now.
I'm asking whether the response from the server that contains the main webpage is identical, forget the resources for now.
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...
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.
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 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
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.
marwyn (26th August 2011)
Trying to access data from the QNetworkAccessManager. I'll keep you informed when I have results
Bookmarks