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

Fiddler traffic is not being captured or shown?

2 Answers 109 Views
Windows
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 08 Aug 2017, 11:13 PM

I have a .net application that makes http api requests. I configured the app.config with the following

  <system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true">
      <proxy bypassonlocal="false"  proxyaddress="http://127.0.0.1:8888"  usesystemdefault="false" />
    </defaultProxy>
  </system.net>

When I close fiddler, I get an error saying the remote ip address can't be reached. So, my app is definitely going through fiddler at 120.0.0.1:8888.

I can even see the Connets "Tunnel To".

But the actual main POSTS, GETS, etc.. are n't being shown. Why is that?

 

 

2 Answers, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 08 Aug 2017, 11:20 PM
nevermind this. I had decrypt HTTPs traffic  ...from browsers only.
0
John
Top achievements
Rank 1
answered on 08 Aug 2017, 11:21 PM

nevermind this.

I had decrypt https traffic from only browsers. 

Tags
Windows
Asked by
John
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
Share this question
or