Top "Webproxy" questions

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 …

android ssl ssl-certificate webproxy charles-proxy
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. …

wcf http proxy webproxy
WebProxy error: Proxy Authentication Required

I use the following code to obtaing html data from the internet: WebProxy p = new WebProxy("localproxyIP:8080", true); p.Credentials = …

c# .net webclient networkcredentials webproxy
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 = ???

c# .net proxy webproxy
Split String by Carriage Return C

I am having a problem where I am trying to split an HTTP request by a carriage return for a …

c string split httprequest webproxy
Error creating Web proxy

I have a CLR enabled .NET app that accesses a webservice and writes an xml file to a webserver for …

.net clr webproxy
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 …

c sockets proxy webproxy
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 …

c# java web-services fiddler webproxy
Advantages of a reverse proxy in front of Node.JS

What are the advantages of having nginx or another web-server running as a reverse-proxy in front of the Node.JS? …

apache node.js nginx reverse-proxy webproxy