This is a migrated thread and some comments may be shown as answers.

Fiddler is not capturing traffic for Qt Applications

2 Answers 332 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Hari krishna
Top achievements
Rank 1
Hari krishna asked on 21 Oct 2014, 06:44 AM
We have developed a Qt application and it is connecting to a wcf service hosted in remote location. I want to monitor the Http request using fiddler. but fiddler is not capturing the request. Am I missing any configuration. I am using fiddler with default configuration.

2 Answers, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 21 Oct 2014, 01:56 PM
It appears that Qt does not automatically pick up the system's default proxy. You can easily workaround this problem; see http://qt-project.org/doc/qt-5/qnetworkproxy.html. By default, use setHostname("127.0.0.1") and setPort(8888).


Regards,
Eric Lawrence
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Doby
Top achievements
Rank 1
answered on 02 Feb 2018, 02:10 PM

I'm trying to monitor traffic from an executable developed with QT.

I'm getting no traffic at all from it currently. 

Am I completely out of luck if its not configured to use the systems proxy?

 

I don't have the source files, just the complied executable. 


Tags
Windows
Asked by
Hari krishna
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Doby
Top achievements
Rank 1
Share this question
or