Questions tagged [proxy]

A proxy acts as an intermediary for requests from clients seeking resources from other sources they don't have direct access to. When you encounter this term in relation to Android, this is mostly used for connections to the internet.

Quoting Wikipedia:

In computer networks, a proxy server is a server (a computer system or an application) that acts as an intermediary for requests from clients seeking resources from other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource available from a different server and the proxy server evaluates the request as a way to simplify and control its complexity. Today, most proxies are web proxies, facilitating access to content on the World Wide Web.

For visualization, here's an image from the very same Wikipedia article:

Proxy visualized
Communication between two computers (shown in grey) connected through a third computer (shown in red) acting as a proxy.

161 questions
8
votes
1 answer

Set global proxy in Android

In order to provide safe browsing, I want to set global proxy to route all http/https requests from any browser to my proxy server on both WiFi and 2G/3G networks for non rooted Android devices with OS version 2.2 and above. After categorization,…
Gopi
  • 95
  • 1
  • 2
  • 5
7
votes
2 answers

How to set http proxy filter?

I have an http proxy, which works OK, but there are some address on my lan which provides some web services. I want to configure my device so that for some range of addresses the proxy is bypassed. I have tried with 10.0.0.0/8, but it doesn't work!
michelemarcon
  • 2,663
  • 8
  • 32
  • 36
5
votes
6 answers

How to see mobile operator proxy settings

My mobile internet suddenly has stopped working. Chrome complains Error 130 (net::ERR_PROXY_CONNECTION_FAILED). Google app store and other apps those load content from servers now work only when I connect through wifi. I set in firefox about:config…
zuba
  • 103
  • 1
  • 1
  • 5
4
votes
2 answers

Video Streamer that can connect via proxy

Hello I connect my phone to the internet via wifi, using connectify, my internet is via a proxy. I've managed to set wifi proxy, but this works for only the Internet app, my video players fail to stream, probably because they're going direct and not…
Mob
  • 287
  • 7
  • 16
2
votes
0 answers

How to set HTTP proxy settings on Jelly Bean 4.1.1 on Galaxy SIII LTE

I have a Samsung Galaxy SIII LTE (I9305) and I have set up my wifi to connect to my network at work, however I require a username and password in order to access the internet as all our traffic runs through a proxy server. There appears to be no…
wim
  • 21
  • 1
  • 1
  • 2
2
votes
2 answers

Any OpenSource SOCKS proxy server for Android?

I am looking for a SOCKS proxy server I can run on my Android phone. I could only find some commercial apps, but would prefer a FOSS alternative. It does not need to be an app: a binary I can run from adb shell would work as well, but I'd prefer it…
NanoBabo
  • 31
  • 1
  • 3
2
votes
1 answer

ProxyDroid not working

I am using connectify + proxy droid, yet only proxydroid seems to connect to the internet, while nothing else works. Proxydroid connects in the sense that, it loads ads. Nothing else works. I'm rooted. Is there any alternative way to set system wide…
Mob
  • 287
  • 7
  • 16
1
vote
0 answers

Setup proxy authentication in Android 4.1.2

I tried to setup my Wifi proxy via Setting but can't find any authentication I can put anywhere. Looking from this thread and another thread, looks like I need to root my phone. Can I setup my proxy with authentication without rooting my phone?
Rendy
  • 165
  • 12
1
vote
2 answers

How to redirect complete outgoing phone's traffic to a proxy server?

How to redirect entire phone traffic (including all apps) to a proxy (with out rooting the phone) We are developing a parental control app for Android, in that we have requirement to capture all out going traffic from Android phone for…
Gopi
  • 95
  • 1
  • 2
  • 5
1
vote
0 answers

Jelly Bean (4.1.2) Support for Proxy Auto-Configuration PAC Files?

I'm managing Samsung Galaxy Note I & IIs running Android 4.1.2 and would like to direct network/browser traffic to a URL filtering service through a proxy server. Can someone confirm (with supporting reference material please) or deny (with…
user43778
  • 11
  • 1
  • 2
1
vote
1 answer

Use Charles Proxy to monitor traffic from an android game

Can I use Charles Proxy to monitor traffic for an online android game like PUBG. If yes then what all information can I get from this? Can I use this to monitor the packets which are sent to the game server while playing the game and get the…
1
vote
0 answers

Proxy Requests Only for Specific Hosts/IPs

I have a rooted device that whose network requests I currently debug using ProxyDroid and mitmproxy by applying a global site, and listing the addresses that bypass the proxy. For one of the apps I'm trying to debug, I'd like to instead allow…
fny
  • 111
  • 3
1
vote
0 answers

Auto Proxy Settings

My Android device is a Samsung Galaxy S2 i9100 running Android 5.1.1 on CM12.1. I have an issue regarding WiFi and proxy settings. When I try to connect to my school's WiFi, I am able to connect to the router (I can ping the router), but whenever I…
joseph
  • 11
  • 1
1
vote
0 answers

How to make a "Proxied-Hotspot"

I have an android phone running Kitkat. I am able to make a hotspot, however on every device that I connect it to I need a proxy to get it working. This could get a little annoying so is there maybe a way to create a hotspot that already has a…
Racing121
  • 81
  • 4
0
votes
2 answers

How does the Orxify app do what not even the official TOR client for Android can?

I was looking for TOR in the Play store a while ago & did not find anything but then today I see that the official TOR site has Orbot for Android but apparently it cannot protect you unless you use apps configured to use Orbot & since I dislike…
verve
  • 1,035
  • 14
  • 32
  • 51
1
2