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

Localhost traffic being modified, capturing even when I turn that off

3 Answers 237 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 03 Apr 2014, 04:48 AM
I installed Fiddler to view the traffic to/from a local application via http://localhost:8888/.. I installed Fiddler 4.4.6.2 but am a bit confused by a couple of things.

When I run my test that accesses my app (on http://localhost:8888/.. ) I see the traffic in Fiddler, but the client I am testing crashes because it seems to be getting back something from Fiddler Echo Service instead of the actual response from my app. How do I stop that?

Secondly, even when I turn capturing off (File > Capture Traffic), it is still capturing traffic. I have to exit from Fiddler before it stops.

Is there something else I am meant to do here just to get Fiddler to view the traffic, not modify it, and to stop capturing when I ask?

Thanks!

Rob
:)

3 Answers, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 03 Apr 2014, 06:34 PM
Hello, Robert--

Fiddler is a proxy server that runs on your PC. Your app isn't running at localhost:8888, Fiddler is running on that port. You should access your application using its URL, instead of using the host:port that Fiddler is running on.

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
Robert
Top achievements
Rank 1
answered on 03 Apr 2014, 08:32 PM
Hi Erik,

Well, that explains the response I was getting. Can we change Fiddler's port? Because my app is actually running on port 8888 and I would rather not change that.

I guess that explains why I thought it was capturing traffic even when I turned that off - because Fiddler took over the port my app needs!

Rob
:)
0
Eric Lawrence
Telerik team
answered on 04 Apr 2014, 02:51 PM
Hi,

Click Tools > Fiddler Options > Connections to change the port Fiddler runs on. I must warn you, however, that port 8888 has other contenders which make it a dubious choice; see https://groups.google.com/forum/#!topic/httpfiddler/-Ja4L_tezOc

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.

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