Qhttp request and response debugging.
Posted
by William Wilson
on Stack Overflow
See other posts from Stack Overflow
or by William Wilson
Published on 2010-05-30T01:09:18Z
Indexed on
2010/05/30
1:12 UTC
Read the original article
Hit count: 333
OS: Windows XP/Vista Qt version: 4.6.1 Using OpenSSL
I need to watch the actual requests and responses that is going through the wire for QHttp requests and responses and in some cases need to interrupt the request. I tried with few of the http debuggers available in the market but they seem to work only for requests that are using the WinInet functions. Unfortunately, the openssldump utility is not present on windows platforms.
Thank you.
© Stack Overflow or respective owner