Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
4answers
13k views

How can I set an HTTP Proxy (WebProxy) on a WCF client-side Service proxy?

How can I set the HTTP proxy programmatically, on a WCF client, without using the default proxy? Proxies, proxies, proxies. According to the WCF model of development, I generate client-side ...
5
votes
1answer
112 views

Dynamically using a WebProxy with WPAD script

I am trying to call a webservice. I need to use a proxy that uses a WPAD script. The URL to this WPAD script is different for different deployments of the application. Although IE has the correct ...
3
votes
5answers
2k views

Is it possible to redirect a url to another using a webproxy ( such as fiddler )

I'm trying to parse a WSDL file which is in another server but has hard codded "localhost" all over the document. When I fetch it, obviously the program complains "connection refused" because ...
2
votes
0answers
344 views

c# webproxy - a big adventure?

since yersterday i play a little bit with the .Net WebProxy Class, because i think the usage of webproxys in one of the big traps in the development of applications with web access (my java ...
1
vote
1answer
60 views

Trying to see Http requests in Fiddler using WPF Application

How to use Fiddler to debug traffic from any app (eg. C#/WPF app). Basically my WPF Application makes webrequests to a REST server that exists on another server. I try and set up my proxy to ...
1
vote
1answer
63 views

How to use iOS proxy settings with web services 2.0 (System.Net.IWebProxy) in Monotouch?

I'm consuming a Webservice 2.0 via SOAP. My service has a Proxy property of type System.Net.IWebProxy. I would like to use the proxy settings that are configured on the iOS device I'm running on. ...
1
vote
0answers
67 views

CopySystemProxySettings Equivalent in Monotouch

What's the equivalent api to copy phone's system settings to my app in Monotouch? can i use webproxy instead? how to do that? can the monotouch team give some example? Thank you.
1
vote
2answers
290 views

Weird behaviour of HttpWebRequest while using WebProxy

I have an HttpWebRequest with a StreamReader that works very fine without using a WebProxy. When I use WebProxy, the StreamReader reads strange character instead of the actual html. Here is the code. ...
1
vote
2answers
2k views

How to configure SSL certificates with Charles Web Proxy and the latest Android Emulator on Windows?

I would like to use Charles web proxy to work with the Android emulator in Windows. I've successfully set up charles and have started the emulator with the command line: emulator -http-proxy ...
1
vote
1answer
582 views

What is the relationship between WebProxy & IWebProxy with respect to WebClient?

I am creating an app (.NET 2.0) that uses WebClient to connect (downloaddata, etc) to/from a http web service. I am adding a form now to handle allowing proxy information to either be stored or set to ...
1
vote
0answers
753 views

Detect proxy settings of non-default web browser - C#

There are similar questions out here that describe how to get the default proxy settings of the user, but what happens if let's say the user's default browser is IE, but they are using Firefox? I ...
1
vote
2answers
401 views

How to prompt the default windows credentials dialog form for internet proxy in .NET?

My .NET app uses a WebService and, in some clients, I am getting HTTP 407 (proxy authentication required). So I need to ask the user to input his user/password credentials. So, how to use the default ...
1
vote
2answers
1k views

How to by pass network using WebProxy?

If I want to bypass a Network like 192.168.1.0/24 using webProxy is there any way? WebProxy proxy = new WebProxy(); proxy.ByPassList = ???
1
vote
1answer
167 views

How to get proxy definitions from within an activeX

Ok, so here is the scenario: I have an activeX that uploads files using HttpWebRequest class. My problem is that I have to specify the network credentials in order to get the activeX to work properly ...
0
votes
0answers
12 views

I want to know if navigating through webproxy actually does affect bandwidth transfer speed

I want to test one of my load servers from another country, tried loading my website using a webproxy and the loading time was actually slow, but i am not sure if is proxy fault or servers fault.
0
votes
0answers
146 views

PowerShell - New-WebServiceProxy and WebProxy

In my intranet I can use the following PowerShell command and it´s working perfectly: $siteWS = New-WebServiceProxy($url + "/_vti_bin/Lists.asmx") -UseDefaultCredential But the same command is not ...
0
votes
1answer
356 views

How do I specify a web proxy when using RestEasy client proxy?

I am using a RestEasy ProxyFactory to connecting to a REST service. However I need to connect via a web proxy. How do I specify the proxy connection details? At the moment I am creating the ...
0
votes
3answers
367 views

How to create a simple Proxy to access web servers in C

I’m trying to create an small Web Proxy in C. First, I’m trying to get a webpage, sending a GET frame to the server. I don’t know what I have missed, but I am not receiving any response. I would ...
0
votes
1answer
586 views

HttpWebRequest WebProxy problem - The connection was closed unexpectedly

I'm trying to make a HTTP request through an open SOCKS5 proxy. I have verified that the proxy works by setting it as a proxy for Firefox before setting it as the proxy in my C#.Net application by ...
0
votes
4answers
505 views

why won't WebProxy BypassProxyOnLocal work for me?

I'm trying to get HTTP calls I'm making from C# .NET to a local address (localhost:3000) to use the proxy I set (so I can go through fiddler). Using the below WebProxy approach works if I point the ...
0
votes
1answer
412 views

Internet Proxy server in c#

I need to implement a basic internet proxy in c#. Initial investigation it seems like it could be a tricky area. Does anyone have pointers to starting points, resources or open source ...
0
votes
1answer
279 views

Sun Java Web proxy - SSL transactions/sec?

I hope this is "close enough to programming" to pass the bar :) Is there any way to monitor SSL transactions / sec on Sun Webproxy? Preferably with SNMP, but anything goes :)