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
14 views
Connecting to a TCP server via TcpClient through proxy
I want to connect a TCPServer (ip, port) through proxy.
Connect to a TCP server via TcpClient through proxy
In this question, StarkSoft library has been suggested but website of StarkSoft cannot be ...
0
votes
0answers
3 views
IE: Use the same proxy server for all protocols checkbox causes a java.net.SocketException
I found a strange behavior of apache http client 4.2.4. The connectSocket method freezes in case checkbox "Use the same proxy server for all protocols checkbox" is checked in IE (line 127):
...
0
votes
0answers
11 views
Program won't put proxy settings from IE, requires manual credentials - script workaround?
We have this program that refuses to pull credentials from Integrated Windows Authentication with IE.
According to its documentation, if the username and password are left blank - it should ...
0
votes
0answers
9 views
Connecting to MS SQL Server from MS Access through a proxy
My company has a Microsoft SQL Server database hosted online, to which I can connect via linked tables using an ODBC connection in MS Access.
However, I am currently consulting offsite and the ...
0
votes
0answers
10 views
Have you managed to make your node nginx proxy setup on Heroku work?
Have you managed to make your node + nginx proxy setup on Heroku work?
Could you, please, tell me how have your organized the directories structure and the files in each directory before doing "git ...
2
votes
0answers
28 views
Internet doesn't work into android virtual device
I have read quite many posts about this topic but nothing was relevant for my "special" case. Hope someone can help :)
My scenario is the following:
Ubuntu 12.04 LTS (clear installation)
Android ...
2
votes
1answer
13 views
Ruby mechanize over SSH tunnel Socks5 proxy?
I'm trying to get mechanize to go over a SSH tunnel SOCKS5 proxy. Some reason it keeps getting an error during the HTTP requests. Like it's getting an EOF before it should. If I turn off the proxy ...
0
votes
0answers
9 views
Getting proxy with nodejs
I've written a test program using mocha and I need to know how to get the proxy setting of an url.
Is there any way to get the proxy info from node directly? the system proxy setting will be ok too. ...
-1
votes
0answers
14 views
SSH - Reverse Proxy back to main machine [on hold]
I have a local proxy program running on my machine at home using port 6588 (with all my ports closed on router), and a Ubuntu server in the cloud. I'd like the ubuntu server to use wget using the ...
0
votes
0answers
4 views
Proxifying an application that doesn't implement that feature
the problem is as follows:
I need to proxyify (sniff and modify packets) an appliaction that doesn't support proxy servers on Windows. The IP address it connects to is hard-coded in the application ...
0
votes
0answers
17 views
Nginx 1.4.1 + Websockets
I installed Nginx 1.4.1 on my ubuntu server ( vps ) and I'm using Nginx proxy to get my node app on port 80, but when I open my app on port 80, everything is OK, but websockets do not work! xhr is ...
0
votes
0answers
9 views
Is it possible for a reverse proxy to make its request to another proxy and rewrite the urls in the response content?
I'm currently looking into reverse proxies and don't have a specific one in mind yet.
I am trying to forward my requests from a reverse proxy through another proxy on the web with authentication. ...
0
votes
0answers
7 views
request external ressource from nodejs through a proxy
I have to do a request to an external server from my NodeJS app. The problem is that I have to go through a proxy.
My code :
var options = {
host : 'http://www.google.fr',
port : 80
}
...
0
votes
0answers
14 views
stream_context_create using https and a proxy
I'm trying to modify an old code that worked over a proxy using a http connection. The problem is that today the server has changed and sends the URL threw a https connection (with the proxy, again) ...
-1
votes
0answers
8 views
Could not determine geoserver request from http request org.geoserver.platform.AdvancedDispatchFilter$AdvancedDispatchHttpRequest
I have:
Geoserver installed under Tomcat on port 8080 on a LAN server with a internal ip: 10.150.20.201
Openlayers Map on a public ip: www.example.com/mymap.html
a proxy.php script as ...