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

Fiddler debug not broadcasting visual studio local IIS requests

2 Answers 160 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 28 Mar 2018, 04:41 PM

HI,

    I have been trying to get fiddler to broadcast request coming from visual studio.i have been through many forum post etc over the past few days.

    1 -  is fiddler suppose to broadcast all GET's before IIS logs get this info?
    2 -  what is the process of launching a visual studio 2017 debug request, how/where it finds/looks for the  Local IIS website virtual directory and where/how does fiddler get this data to show all of the GET's.

    Sorry, I know this might be a lot, but i have been at this for days and have not found a link that explains this/these processes.

    I am just trying to learn the when, what and how of how visual studio using Local IIS, IIS and fiddler all work together.

    thanks for your time, advice and any help

2 Answers, 1 is accepted

Sort by
0
david
Top achievements
Rank 1
answered on 28 Mar 2018, 04:54 PM
also, I can make a request to the right ip and port from my cell phone and I can see these request broadcasts on fiddler. I have fiddler configured with “allow remote computers to connect” and my fiddler script OnBeforeRequest set to the proper “ if (oSession.host.toLowerCase() == "192.168.x.x:8888") oSession.host = "192.168.x.x:80";”
0
david
Top achievements
Rank 1
answered on 28 Mar 2018, 04:54 PM
also, I can make a request to the right ip and port from my cell phone and I can see these request broadcasts on fiddler. I have fiddler configured with “allow remote computers to connect” and my fiddler script OnBeforeRequest set to the proper “ if (oSession.host.toLowerCase() == "192.168.x.x:8888") oSession.host = "192.168.x.x:80";”
Tags
Fiddler Classic
Asked by
david
Top achievements
Rank 1
Answers by
david
Top achievements
Rank 1
Share this question
or