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.

162 questions
22
votes
4 answers

How to configure BlueStacks App Player to use Proxy settings when connecting to Network?

Bluestacks allows running of Android apps on Windows by emulating the Android OS image. I recently installed BlueStacks_HD_AppPlayerPro (0.7.0.725) on Windows XP but was not able to download/install any apps because my network requires a proxy. It…
akjain
  • 381
  • 2
  • 3
  • 10
19
votes
5 answers

How to use your Android phone as a proxy server?

I wanted to use my Android phone as a proxy server, meaning that I wanted to be able to use the IP on the phone as a proxy, so all requests and responses are received on the phone and forwarded back to the original requestor. How do I do this?
adit
  • 291
  • 1
  • 2
  • 3
15
votes
5 answers

How to set HTTP proxy and proxy authentication credentials in wifi?

I have set up wifi, I installed HTTP proxy and configured it, but where I put the proxy authentication credentials?
michelemarcon
  • 2,683
  • 8
  • 32
  • 36
11
votes
4 answers

How to set WIFI proxy via adb shell?

Genymotion 2.2 & Android 4.0 I want to set a global HTTP proxy in Android, and all Apps will go through this proxy. Now I can only do this in GUI as following way: Wi-Fi -> WiredSSID -> Modify Network -> show advanced options Is there any way to set…
Memory
  • 111
  • 1
  • 1
  • 4
11
votes
3 answers

Which browser does support proxies?

I'm runing ICS 4.1.1 on a Nexus. I'd like to set up a web proxy at home so I can filter pages before reading them on my Nexus when connecting over 3G (not Wi-Fi). I looked around the settings of the two browsers that come with ICS 4.1.1... ... but…
Gulbahar
  • 727
  • 3
  • 10
  • 23
10
votes
1 answer

How to make "poor man's roaming" by proxying cell calls to SIP or Skype?

What applications should I use to make the Android device to forward calls from cell network to SIP or Skype and back? One device ("Home") is expected to be left at home, serving as proxy; other device ("Travel") is just using data connection to…
Vi0
  • 1,705
  • 7
  • 23
  • 44
8
votes
1 answer

Setting ethernet proxy settings without WiFi

I'm playing around with the latest android-x86 (4.4) in virtualbox. The setup can connect to the external network only through a NAT ethernet device that is emulated by virtual box. This gets autoconfigured just fine and i can ping computers on my…
staticd
  • 203
  • 1
  • 3
  • 6
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
3 answers

A way to quickly toggle proxy settings on non-rooted Android phones?

I am on a WiFi network in China and occasionally wish to connect to an HTTP proxy I have set up on a shared computer to bypass the Great Firewall. As my computer isn't always on/with me, I wish to easily switch on and off the proxy…
UsAaR33
  • 173
  • 1
  • 1
  • 4
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,683
  • 8
  • 32
  • 36
6
votes
1 answer

Why is not all traffic captured from my device when routing through proxy?

I have followed the guide here: Configure Fiddler for Android / Google Nexus 7 in order to redirect outgoing traffic from my Android device to go through Fiddler acting as a proxy on my desktop machine on my local network. While using the browser on…
F Chopin
  • 161
  • 1
  • 2
6
votes
3 answers

How setup WiFi proxy in Android 9?

I need to setup a WiFi proxy on Android 9 but it seems they removed the feature , all tutorials I found refers to old versions of Android.
6
votes
3 answers

Why there's no proxy support in Android browsers?

Android supports both Chromium-based and Firefox-based browsers since long now. While those browsers have full support for HTTP/SOCKS proxies under all other OSes (Linux, OSX and even Windows), they are lacking it completely under Android. There's…
EnzoR
  • 222
  • 1
  • 3
  • 12
5
votes
1 answer

Android 4.3 - No internet access, unable to connect to the proxy server error

My Lg nexus 4, received the android 4.3 update last night. I didn't do much on it, opting to sleep peacefully knowing that I had the latest and greatest in android software, but this morning I noticed that I cannot access the internet either via the…
Husman
  • 586
  • 1
  • 7
  • 14
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
1
2 3
10 11