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

What is the Proxy URL for fiddlercore

0 Answers 78 Views
Windows
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 13 Nov 2017, 02:01 PM

Hi,

 

I am using an app in C# to send POST web requests to another website and I want to capture the response but I have to specify the proxy first:

 

The following is used in my code

 

    request.Proxy = new WebProxy("url", 8888);

 

I am not sure what I should write in the URL part for the proxy to work

No answers yet. Maybe you can help?

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