Top "Proxy" questions

A proxy is a device or program that stands between two or more interconnected programs or devices.

How to convert `git:` urls to `http:` urls

I'm working behind an http proxy. I'm trying to clone Android's source tree using their "repo" tool. This tool insists …

git proxy
Apache HttpClient 4.1 - Proxy Settings

I am trying to POST some parameters to a server, but I need to set up the proxy. can you …

java proxy apache-commons-httpclient
How to test a site "from" another country?

I just had a call from norway saying that there is a weird domain redirect that ends up in a 404 …

testing proxy ip country
Git error: fatal: unable to connect a socket (Invalid argument)

I've got msysGit (Git on Windows) working just fine on my home machine, but at work, where we are behind …

windows git proxy msysgit
HttpClient and using proxy - constantly getting 407

Here is the code: HttpClient client = null; HttpClientHandler httpClientHandler = new HttpClientHandler() { Proxy = new WebProxy(string.Format("{0}:{1}", proxyServerSettings.Address, proxyServerSettings.Port),…

c# .net proxy httpclient
C# webclient and proxy server

I am using a web client class in my source code for downloading a string using http. This was working …

c# proxy webclient
How does Windows actually detect LAN (proxy) settings when using Automatic Configuration

When Windows Internet Properties -> Connections -> LAN Settings -> Automatic Configuration is set to "Automatically detect …

windows proxy lan
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
Git proxy bypass

Git works in a proxied environment by setting the http.proxy configuration parameter. For certain addresses I need to bypass …

git http proxy
Access web using Powershell and Proxy

I can't seem to get access to a webpage using Powershell. I keep getting a "(407) Proxy Authentication Required". I've tried …

proxy powershell-2.0