Quote Originally Posted by krippy2k View Post
I have yet to see a network sniffer that will do that. Can you tell me which one will?
AFAIR I've been using ethereal but in general you can even use netcat or sslserver for this.

which is why I am here asking if there is a way to get the request string from Qt and save me the hassle. But I guess there isn't.
If there was an easy way to do it, would I suggest using a network sniffer?

I'd still be interested in knowing of a network sniffer that will do that, as that might be useful at some point. But as far as I can tell none of the sniffers that we have will do it.
Man in the middle attack is trivial to implement, you can even write your own application using QSslServer and QSslSocket that does it. It would take only a few minutes to implement such a thing.