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

How to use proxies?

1 Answer 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anders
Top achievements
Rank 1
Anders asked on 10 Feb 2015, 02:04 AM
I've just gotten started using the testing framework.
I see that I can enable proxies by setting:
settings.Web.UseHttpProxy = true;

The description talks about the "built in http proxy" but I've been searching around without being able to get more info on it.

Where do I input the proxies?

1 Answer, 1 is accepted

Sort by
0
Boyan Boev
Telerik team
answered on 12 Feb 2015, 02:15 PM
Hi Anders,

This is whether to use our built in proxy. We are using this internal proxy in Silverlight automation (it is automatically turned on while SL execution). Test Studio also uses this with FireFox in some cases.

In coded step you have the ability to intercept raw HTTP traffic under the cover. Using the HTTP proxy you can intercept an HTTP request originating from the browser before it is sent to the web server and/or intercept HTTP responses coming from the web server just before they reach the browser and are rendered by it. 

Please see this article.

Hope this helps.

Regards,
Boyan Boev
Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Tags
General Discussions
Asked by
Anders
Top achievements
Rank 1
Answers by
Boyan Boev
Telerik team
Share this question
or