A Proxy server is a server acting on behalf of other servers. Client connects to the proxy server, requesting some service available from different servers.
0
votes
0answers
23 views
Problems connecting to the FTP server via FTP proxy server
I wrote a program (programming language Java) using the library ftp4j 1.7.2. In it, I realized a number of opportunities to work with the FTP-server, including for example the connection to the ...
0
votes
0answers
14 views
Logging into a website using a proxy connection
I would like to log in to a website using a proxy server connection. In my browser, I am currently able to visit the website without any problems, and I am also able to submit my username and ...
0
votes
0answers
28 views
Is it possible to get the browser's proxy server information?
I'm doing a research on how to get proxy server information of broswer(FF,chrome and IE) with javascript.
I've madesome research, but I'm confusing can I get proxy server information of broswer with ...
0
votes
0answers
17 views
Routing all the requests from a router to a static IP and authenticating requests
I have a problem to which I could not find any solution. I have to route all the requests which come from a router to a static IP (may be in another system on the cloud), then authenticate that user ...
0
votes
0answers
37 views
How does one exorcise the TFS proxy though APIs?
Given a TFS proxy server URL & sufficient permissions; what reference can I use to simulate a 'tf get' command?
1
vote
0answers
65 views
Django URLs with/without proxy server
I have two Django apps (say, app1 and app2) hosted on the same machine using Apache mod_wsgi. These two apps are hosted on two different environments:
On a physical server where only these two apps ...
0
votes
0answers
106 views
How to send http request through proxy in Android?
I want to programmatically send a http request via proxy server.
From which Android version supports Proxy?
What are the requirements for sending request through proxy?
How to send request through ...
0
votes
0answers
35 views
Need to create a proxy server with sessions so that multiple users access the same authenticated website
a website with access to just 1 user. When there is a login from another computer the previous user logs out.
Need to create a proxy server with sessions or something similar which logs into the ...
1
vote
2answers
1k views
http 407 proxy authentication required : how to handle in java code
System.setProperty("http.proxySet", "true");
System.setProperty("java.net.useSystemProxies", "true");
System.setProperty("http.proxyHost", "192.168.1.103");
System.setProperty("http.proxyPort", ...
1
vote
1answer
270 views
windows git https clone through proxy server failed to write files
In the process of cloning a repo through my company proxy server through sysinternal I can see the it tried to write the git repository but failed. However, the .git directory was created but mostly ...
2
votes
2answers
92 views
MySql and Web Caching
Guess this questions has been asked a number of times but their might be some new developments either on Mysql or squid/other proxy servers.
I have squid configured as a forward proxy and I use it ...
3
votes
2answers
202 views
NLTK: set proxy server
I'm try to learn NLTK - Natural Language Toolkit written in Python and I want install sample data set to run some examples.
My web connection uses a proxy server, and I'm try to specify the proxy ...
1
vote
2answers
164 views
Proxy to Proxy communication
We are using Charles Proxy to redirect requests from one system to another. For example if I need to send request from A to D, I send it through B where Charles Proxy is setup.
Now is it possible to ...
0
votes
2answers
386 views
How to pass proxy-authentication (requires digest auth) by using python requests module
I was using Mechanize module a while ago, and now try to use Requests module.
(Python mechanize doesn't work when HTTPS and Proxy Authentication required)
I have to go through proxy-server when ...
3
votes
3answers
164 views
Switching up the hosts file in a development environment
While developing websites (using win7) I find myself changing the IP addresses in my hosts file quite often. I have a development environment on my machine, code on the testing server, code on the ...
0
votes
0answers
123 views
Tornado as proxy. Memory leak
I'm writing proxy server in python. Using tornado as async engine. Everything is good, but I noticed, that python's process RSS memory increasing. I'm testing memory consumption with this code:
for i ...
1
vote
1answer
238 views
using HTTP/1.0 proxy server for browser
I am writing http proxy server with support http/1.0. I use my proxy server in browser (google chrome). Proxy gets request something like GET www.site.com HTTP/1.1 and sends response HTTP/1.0 505 HTTP ...
2
votes
1answer
928 views
Java Web Start can't open jnlp file
I downloaded the file SwingSet3.jnlp from here: java.net/.../SwingSet3.jnlp.
I am running a Windows 7 64Bit operating system, every time i click on the file, java 7 starts but then gives me the ...
2
votes
1answer
122 views
Cache busting a local browser cache but ensuring response from Azure CDN and not from origin server (Web Role)
I am trying to make a HEAD request to an item on Azure CDN (production site) but want to avoid the response coming from either my local browser cache, nor from the origin server (my web role). This ...
0
votes
0answers
135 views
HTTP Proxy server is not able to collect entire response from host server in C
I am implementing an HTTP proxy-server in C.I am getting the HTTP request header from the brownser(client) and parsing it to find url,portnumber and so on. Then I am making a request to the remote ...
-1
votes
1answer
130 views
proxy server for social networks [closed]
In my area some web sites (facebook, youtube and etc) are blocked by ISP. I have bought amazon instance with Ubuntu 12.04. Usually I access it via SSH. Now I want to use that server as proxy server. ...
0
votes
0answers
61 views
Crawling with hidden ip
I'd like to crawl the internet using any programing language with hidden ip.
I've found enough website where I can hide my IP.
I thought, the easiest way is to crawl like this:
I'd like to call ...
0
votes
1answer
171 views
Difference between a servlet and a proxy servlet
What is the difference between a servlet and a proxy servlet (or in short what does proxy mean in this context)? How/Why routing backend calls though a proxy servlet, instead of http calls, in ...
0
votes
1answer
138 views
Unable to capture Response Headers Location through browsermob proxy
I'm using selenium php webdriver and php wrapper for browsermob proxy to fetch the access token from facebook. Once the user authetication was sucessfull, the facebook will redirect to
...
1
vote
0answers
103 views
WebView Opens URL Even If Proxy Server Is Not Running
I did set Proxy for my application's WebView as said in This Link.
But if i turn off my proxy server then instead of showing error page it connects to that page and opens up the page.
Is there ...
3
votes
1answer
71 views
Coherence - Cookie Session Sharing between Applications Hosted on Different Servers
Coherence - Cookie Session Sharing between Applications Hosted on Different Servers
i have some web application on different servers i need them to have shared cookie
session in browser.
i want to ...
3
votes
3answers
265 views
Is it possible to override the UserHostAddress property of the HttpRequest class?
I have a situation where I need to put my application behind a proxy server, this causes all the request's that are coming to my application to have the same set of IP addresses used by the proxy ...
1
vote
1answer
2k views
Homework - Python Proxy Server
For a programming exercise, we're trying to develop a simple proxy server in python.
We were given the following code, wherever it says #Fill in start. ... #Fill in end. that is where we need to ...
3
votes
2answers
2k views
When should one use CONNECT and GET HTTP methods at HTTP Proxy Server?
I'm building a WebClient library, now I'm implement a proxy feature, so making some research I saw some code use CONNECT method to request a URL.
But sniff my web browser, it don't use CONNECT verb, ...
0
votes
1answer
301 views
Creating Hotspot without proxy authentication from a ethernet internet with proxy
I need to create a wifi hotspot in my laptop which does not require proxy to configured by wireless clients (Android phone). What i have is an ehternet connection, through which internet is accessible ...
0
votes
0answers
737 views
Create a wifi hotspot without proxy from ethernet internet with proxy authentication
I want to access Internet in my Android Gingerbread. There is no proxy config in my phone.
The internet connection which i am using needs proxy with ntlm/ldap authentication. I used, virtual wifi ...
1
vote
2answers
450 views
Using Proxy Server with LibCurl, can it read default I.E. settings
I'm working with LibCurl. I'm presented with a need to possibly handle going through a proxy server. From my current findings, I've found other posts that have presented proxy settings such as...
...
2
votes
2answers
2k views
VS2010 and proxy settings
Forgot to mention that I'm using FTP for open web site
I'm working with Visual Studio 2010 Ultimate on a web project.
The problem come when I need to work in an office where internet connection is ...
0
votes
0answers
521 views
RestEasy client framework proxy service
I am writing a proxy service to make HTTP requests to a 3rd party server. I use a HTTP client called "Poster", a browser plugin to make HTTP POST request with necessary XML data. I am very sure that ...
1
vote
0answers
399 views
c# : how to implement server proxy support https?
I am trying to redirect all requests from specific port (all of request come from Web Browser) to hostname of request as code
1 - read all receive data from request
while (recvRequest)
...
0
votes
0answers
277 views
Proxy setting in android LG optimus failed?
Refering the link http://android-proxy.blogspot.in/2012/01/how-to-make-proxy-work-in-lg-p500.html I could set the proxy server. But i couldn't access internet through this proxy server.
Can anyone ...
0
votes
1answer
302 views
local python proxy for web browser
Hello Guys! Using firefox plugins I can capture headers. I want to do it in python: I need to change the browser proxy settings to localhost:8080 (or any port), then every request made by browser ...
0
votes
2answers
407 views
whats up with passing proxy information in Gradle?
in gradle, how can I setup that I can pass to my proxy server demanding information such as in ANT
-Dhttp.proxyHost=myproxyhost
-Dhttp.proxyPort=8080
-Dhttp.proxyUser=C770
...
2
votes
1answer
1k views
Implementing a simple proxy server using node.js
I'm trying to create a simple node.js proxy server for experimental purposes and I came up with this simple script:
var url = require("url");
var http = require("http");
var https = require("https");
...
0
votes
0answers
238 views
WCF proxy server credential caching
I develop a client for WCF web-service. The user can configure a proxy server to communicate through. I'm trying to assign proxy server not via WebRequest class but via WCF binding (WSHttpBinding). It ...
0
votes
1answer
167 views
Proxy server basics
I'm learning about network programming. Specifically proxy servers. I've created a very rudimentary proxy server on my mobile phone. However I think there's some proxy server basics that I don't know ...
0
votes
1answer
678 views
free/open source proxy server in java with support for IPv6/https/user management
I am looking for a easy-to-configure Proxy server in Java, that is either free or opensource, and has the following features--
Support for IPv6.
Support for HTTPS
Addition/editing/deletion of users ...
0
votes
0answers
130 views
how can I write a proxy server with indy for using internet connection on another system [duplicate]
Possible Duplicate:
Proxy server using Indy
I want to using internet connection in another computer in different location. I think that I must use Indy component and make a proxy server ...
0
votes
1answer
8k views
Connection reset by peer: socket write error
I am getting an exception on OutputStream.write in the last while loop (it works fine on other places in the code) when running this code- this is an implantation of a proxy-server in java, ...
0
votes
1answer
186 views
how to connect to the internet on my android application while i have a server with a proxy “IP:Port” and asks for a username and password
I am developing an application on android, and there is a proxy server in the company preventing it from accessing the internet.
I recall there are Http methods in java that serves the purpose, I ...
0
votes
0answers
90 views
consuming web service in proxy server
i am getting error : Operation is not valid due to the current state of the object.
when consuming web service from Internet in proxy server environment in C#.net
-2
votes
3answers
100 views
Issue with Google Map in Android
I'm using a proxy server to connect to internet..
My emulator's browser is connecting to internet,but the maps app is not connecting and the google map app which i wrote is showing only the grid.I ...
0
votes
2answers
539 views
which server side language nginx webserver supports
which server side language nginx webserver do support? For example apachi-tomcat is for java, wammp is for php. and secondly it is installed on my pc i need to know that how can i access it via http ...
1
vote
1answer
2k views
Caching, CDNs, and Proxy Servers: What's a guy to do?
I'm newbie programmer building a startup that I (naturally) hope will create a large amount of traffic. I am hosting my django project on dotcloud, which is on Amazon EC2. I have some streaming media ...
2
votes
4answers
620 views
Blocking automated spam bots via htaccess or PHP?
What there be a performance hit when I add this to my .htaccess file:
HOWTO stop automated spam-bots using .htaccess
or should I add it to my PHP file instead?
or leave it out completely? Because ...



