A proxy is a device or program that stands between two or more interconnected programs or devices. Reasons for a proxy include one or more connected parties only wanting the other to access specific data. A proxy provides a method for this.
0
votes
0answers
13 views
How to retrieve proxy password stored in iOS
In OS X you can retrieve the username and password for proxy using keychain function SecKeychainFindInternetPassword.
In iOS there are CFNetworkCopySystemProxySettings and CFNetworkCopyProxiesForURL ...
-1
votes
0answers
5 views
Is it possible to configure Proxy for VPN on Galaxy Tab 2 like on IPAD?
we can configure IPAD VPN proxy but i don't see anything such for Galaxy Tab
Is it possible to configure Proxy for VPN on Galaxy Tab 2 like on IPAD?
0
votes
1answer
20 views
Python Proxy Through SSH
I'm being trying to
Log into a server using SHH (with Paramiko)
Use that connection like a proxy and route network traffic through it and out to the internet. So say I could set it as my proxy in ...
0
votes
0answers
9 views
How to identify proxy type for cURL request?
I have a large compiled list of proxies I need to use for cURL requests; however, when setting the request options, there is CURLPROXY_HTTP, CURLPROXY_SOCKS4, CURLPROXY_SOCKS5. Is there a way to ...
0
votes
0answers
6 views
Struts web page redirect issue
So we have a struts 1.3.8 application that is running in a tomcat server located in the US.
Most of our users are from Asia. Recently, we have this issue that happens quiet frequently
when a user ...
0
votes
2answers
19 views
Mule proxy client not creating header for Soap 1.2 message
I am new to Mule and trying to establish a small flow from .Net Client to Mule Proxy web service to Mule Proxy Client to .Net Service. Flow is pass-through flow without any logic inside the flow. I am ...
0
votes
0answers
4 views
Simulating a proxy server to debug issues with a web application
I'm part of a team working on a web application which is often deployed in large corporate environments where a proxy server is used. We need some way to detect traffic coming via a proxy and log when ...
0
votes
0answers
31 views
Calling WCF after bypassing web proxy
I want to call wcf service hosted outside my netwerk. When i call that wcf from my code i got proxy authentication error as i am calling from machine which is covered with firewall.
So how i can ...
0
votes
1answer
14 views
How to get the actual URL in case of load balancer proxy server
I am using Tomcat Server (two instances) to run my web applications. And apache web server as proxy server.
I have used the proxy server as a load balancer to transfer the requests to the two ...
0
votes
0answers
12 views
Autosigned certificate in proxpy Python
I am trying to include a auto-sign certificate module to the Proxpy proxy (https://code.google.com/p/proxpy/).
I have seen that it creates a SSL socket using a pem certificate (core.py).
socket_req = ...
0
votes
2answers
8 views
display html in geckofx
How do I go about displaying a HTML source file that is in memory - held in a variable, within GeckoFX.
What I want to do is download a webpage using WebClient and display the resultant HTML in ...
0
votes
0answers
9 views
Apache - ProxyPass - Redirect using IP instead of path
I know how to use ProxyPass to make a path direct to an IP address.
What I need to do is redirect an IP on my redhat server to an outside IP.
Instead of:
ProxyPass /SomePath/ ...
0
votes
0answers
18 views
How may I use proxy with youtube api?
Does anyone know how may I upload videos to youtube using youtube php api with a proxy?
I found out something here:
http://framework.zend.com/manual/1.12/en/zend.http.client.adapters.html
at example ...
-6
votes
0answers
14 views
How to bypass proxy server? [on hold]
Suppose I have a PC on which I can only access only single url and can access another url(suppose www.abc.com) from firefox which is configure on manual proxy(suppose 122.11.11.11 at 8080). Now I want ...
0
votes
0answers
7 views
Androd Proxy Server default page auto redirect
we are attempting to create an android application that will create an automatic redirect to content being served.
Our goal is that when a user pairs with the wifi signal that all browser traffic is ...