0

I've been stuck on this problem for hours at this point and I can't figure out the problem.

i would like to integrate "FiddlerCore" into my application , but its seem like only

get the request and response from localhost ? can i capture web server traffic ?

any advise would be thanks

for example :

i would like make a request like "http:servername/index.aspx" ,

and i'll setup the application which integrate into the FiddlerCore on the server ,

i hope the application can collect incoming request and response

11/5 Finally , I find the answer what i want , the url below

topics

Community
  • 1
  • 1
holmes2136
  • 477
  • 5
  • 14

2 Answers2

0

How do you make the request? A localhost? Try with the server/machine name in the URL instead.

Peter Kiss
  • 9,309
  • 2
  • 23
  • 38
0

If your goal is to run FiddlerCore on the server and collect inbound traffic, you want to use FiddlerCore in Reverse Proxy mode. http://fiddler2.com/documentation/Configure-Fiddler/Tasks/UseFiddlerAsReverseProxy shows the process for Fiddler itself, but FiddlerCore is similar.

EricLaw
  • 56,563
  • 7
  • 151
  • 196