7
votes
3answers
5k views

Android HttpClient Doesn't Use System Proxy Settings

When I create a DefaultHttpClient object and try to hit a webpage, the request isn't routed through the proxy I specified in Settings. Looking through the API docs, I don't see anywhere where I can ...
6
votes
1answer
11k views

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 help me to to sort it "setting the proxy" part of my code ? HttpHost proxy = new ...
0
votes
2answers
3k views

HttpClient 4.2.2 and proxy with username/password

I have a problem with HttpClient 4.2.2 and proxy with username/password. HttpClient works in this way: List item Send request without proxy stuff (however I set proxy parameters for each request) ...
2
votes
1answer
389 views

JSoup over VPN/proxy

I'm trying to use JSoup to scrape some pages that are on a staging server. To view the pages on the staging server with a browser I need to be connected to a VPN. I am connected to the VPN but when I ...
0
votes
1answer
783 views

Twitter4j HTTPClient ProxyServer and Java

I am currently working on Twitter4j for connecting to Twitter API. As with any enterprise the request has to be routed through a proxy server and I was able to do the regular way of working around the ...