Tagged Questions
The http-proxy tag has no wiki summary.
6
votes
2answers
3k views
How do I use Bazaar with a HTTP proxy?
How do I use Bazaar with a HTTP proxy? I can't find anything in their documentation.
5
votes
4answers
5k views
Communicating with an HTTP Proxy via a .NET TcpClient
How can I communicate through an HTTP proxy with TcpClient in C#, kind of like WebProxy when using HttpWebResponse?
4
votes
3answers
5k views
Sending mail throught http proxy
I'm trying to send emails from a system that connects to internet through a http proxy which is set in Internet Options.
i'm using SmtpClient.
Is there any way to send mails with SmtpClient through ...
4
votes
3answers
3k views
Easiest way to fetch SSL page via a proxy in Java
I would like to fetch a SSL page in Java. The problem is, that I have to authenticate against a http proxy.
So I want a simple way to fetch this page.
I tried the Apache Commons httpclient, but it's ...
2
votes
3answers
78 views
Environment Variables when Using SUDO
When I use any command with sudo the Enviroment Variables were not there for example when I set HTTP_PROXY it works fine with wget without sudo but when I type sudo wget it said It cant bypass the ...
2
votes
4answers
158 views
HTTP is statel-less,so what does it mean by keep-alive?
Keep-Alive: 300
Proxy-Connection: keep-alive
As we know HTTP connection is closed when the request gets responded,so what does it mean by keep-alive,can someone elaborate this?
2
votes
2answers
271 views
Override l() function in Drupal
I'm currently working on a Drupal site (6.*), which when in production mode will be accessed through some kind of http proxy, which means I will have to rewrite all the links for my custom theme if ...
2
votes
3answers
159 views
How can I locally intercept and respond to browser requests?
I want to set something up on my computer where if something (program, browser, whatever) makes a request (to a certain domain, I guess) I can send my own response to the request. I once saw a program ...
2
votes
2answers
742 views
HTTP Proxy/FastCGI/SCGI not closing connection when client disconnected - bug or feature?
I'm working on Comet support for CppCMS framework via long XMLHttpRequest polls. In many cases, such request is closed by client before any response from server was given -- for example the page is ...
2
votes
1answer
997 views
Respond to local http request in Android
I have an application the requests a media stream from a server, however the request needs to include a cookie or else the server returns a 500 error. MediaPlayer does not have the functionality to ...
1
vote
0answers
8 views
Exposing an HTTP proxy through a Turbogears controller
I have a webapp implemented in TurboGears 1.1 that's kind of a front-end for a REST API. I'm trying to expose a URL path on my webapp that's a proxy to the original REST API, so I can access ...
1
vote
0answers
52 views
An npapi plugin (by Firebreath) can be called by external page, but not the chrome extension page
The npapi plugin is a slight modification from FBTestPlugin.
The plugin is currently defined public in manifest. Now, the plugin method can be called from external page. But not in any page in the ...
1
vote
3answers
561 views
is there http proxy like fiddler or wireshark on android?
I need to see what page an Android App is calling from my device. Is there any app like Fiddler or Wireshark to see what´s happening behind?
1
vote
1answer
717 views
Heroku No such app error with Node.js node-http-proxy module
I'm trying to redirect traffic from my test app's /api/* url to my api hosted on Heroku.
Therefore, localhost/api/hello
should be proxied to testapp.heroku.com/hello
and the response returned.
Using ...
1
vote
2answers
279 views
Creating a http-proxy that can modify the http response before sending it to the client
I'm using wget to grab a something from the web, but I don't want to follow a portion of the page. I thought I could set up a proxy that would remove the parts of the webpage I didn't want to be ...
1
vote
0answers
85 views
MySQL and http_proxy variable
Does the unix shell client of mysql use the "http_proxy" environment variable?
1
vote
0answers
162 views
Does GAE/OpenID/OAuth support xmlhttp proxy?
Currently, my code would construct the GWT form, which user would submit directly to openId (or any authenticaiton service). Such a method works fine.
However, what if I had the gwt page server ...
1
vote
2answers
1k views
Android: Unable to make httprequest behind firewall
The standard getUrlContent works welll when there is no firewall. But I got exceptions when I try to do it behind a firewall.
I've tried to set "http proxy server" in AVD manager, but it didn't ...
1
vote
1answer
117 views
Jaxer and HTTP proxy requests
Thanks to everyone in advance.
I'm using Jaxer.sandbox and making requests just fine. I'd like these requests to go through my http proxy (like squid for example). Here is the code I that is ...
0
votes
0answers
27 views
Setup a http proxy for xulrunner application with authuntication
I was able to see my requests through proxy If I add this in pref.js
pref("network.proxy.http", "proxy.abc.org");
pref("network.proxy.http_port", 3128);
pref("network.proxy.type", 1);
How to add ...
0
votes
2answers
171 views
NodeJS, http-proxy, socket.io
I am running a express web application on port 3030, but it is proxied through http-proxy. The site works fine this way, but socket.io will not connect. It does recieve something as my console ...
0
votes
0answers
117 views
Git and http_proxy (SparkleShare on windows and http_proxy)
I've just successfully built SparkleShare for windows according to guide:
https://github.com/wimh/SparkleShare/wiki
and exported my ssh public key to a server.
The problem is that I can't connect ...
0
votes
1answer
25 views
Is it possible to specify a directory on the server when proxying with node-http-proxy?
Im using http-proxy to proxy any php requests through to apache but I can't figure out how to proxy to a directory on the server...eg if its a php file im saying:
localhost:8090/bar.php -> ...
0
votes
0answers
67 views
nodejs http-proxy modify response only html not images or other files
I'm trying to setup a reverse proxy which as a man-in-the middle to just modify the html source code and leave the images intact.
With this example the images are not loading if html source code is ...
0
votes
1answer
33 views
What is the use of “Proxy-agent” header?
Does anyone know the usage of "Proxy-agent" response header ?
0
votes
2answers
81 views
How to get programmatically the Web browser's IP address and Port number in C#?
I am creating a Http proxy that seats between the web browser and the web server and based on my requirements the proxy server should get the IP address and port number of the web browser that has ...
0
votes
1answer
54 views
Is there an open source Http proxy written in C#?
Does anyone know a Http proxy source code written in C#? I want a proxy to write a proxy that will filter the response and forward it to the client! I have been referring to the Mentalis project and ...
0
votes
1answer
247 views
Load static JSON data from URL for ExtJS grid panel
I tried to implement a grid panel using data from a JSON file which is located on the same domain as the Javascript file containing the ExtJs code. I'm using ExtJs 3.4.
The grid shows up but without ...
0
votes
1answer
61 views
Node-http-proxy dynamic routetable?
im using following code for http-proxy:
var httpProxy = require('http-proxy');
var options = {
router: {
'url1.com': '127.0.0.1:3000',
'url2.com': '127.0.0.1:3001'
}
};
...
0
votes
1answer
60 views
How do I allow a ruby script (program ?) to access the internet through an http proxy?
I was trying to install the blogger plugin for vim .
According to the instructions , after installation and configuration, I should be able to write something like this :
e blogger:list
...
0
votes
2answers
52 views
How does a HTTP Proxy utilize the HTTP protocol? a Proxy RFC?
How does one go about implementing a HTTP proxy compared to implementing a HTTP webserver, what are the differences? Is there a definitive guide or RFC or a helpful book on this subject?
0
votes
0answers
269 views
how to configure UiWebView to bypass a proxy for specific address
I am developing application with UIWebView in iPad and in my app there is a http proxy hosting localhost address. So when UiWebView make request for localhost the request will come to my proxy and my ...
0
votes
0answers
15 views
How to track web bandwidth used by ASP.NET sites - how to do it?
I am setting up a server hosting several different 3rd party ASP.NET sites. In the hosting guidelines, it suggests that I get a http proxy server which can
stop these sites calling local network ...
0
votes
0answers
290 views
ProxyConnector not sending Proxy-Authorization header even after setting appropriate properties
I am using Apache MINA framework and trying to write a simple client which connects through a http proxy. However even after providing authentication properties (user, password) it seems that ...
0
votes
2answers
191 views
How to track down how fiddler's auto responder works?
Which win32 API should I set bp on to investigate how it does http proxy?
UPDATE
How does fiddler manage to capture all http requests of all processes?
I know it has a built-in http proxy ...
0
votes
0answers
164 views
Silverlight 4 App, OOB and consuming a RIA Service while behind a HTTP proxy
I'm working on a DEMO app for a client with a corporate network where all their computers are behind a proxy (http://proxy:8080) in order to have web access.
This DEMO should run OOB; and it is just ...
0
votes
2answers
211 views
How to make a Fully Async proxy (http 1.0 compiant not 1.1)
For a school project I am making a multi-client proxy that has to be compliant with http 1.0 and not 1.1(so that makes it easier). The teacher told me that it is better to make it fully async. So I ...
0
votes
2answers
189 views
Use smtpd.PureProxy with HTTP proxy
I want to set up SMTP relay server which also needs to use HTTP proxy. I'm using Python.
SMTP proxy:
import smtpd
import asyncore
smtpd.PureProxy(('local host name', 1234), ('smtp server name', 25))
...
0
votes
1answer
313 views
Use proxy for http request in Eclipse
For debugging purposes, I need to configure Java to use a proxy for HTTP requests. I am wondering how to do it in my Eclipse environment when I press Ctrl + F11? Any help will be appreciated.
0
votes
1answer
140 views
Writing a cache-everything/quick-response HTTP proxy
Are there any open source HTTP caching proxies I can use to give myself a good starting point?
I want to write a personal HTTP caching proxy to achieve the following purposes
Serve content ...
0
votes
3answers
53 views
What kind of Http proxy do I need?
So,
I have a website that is served by 12 separate application servers without any shared cache. We use a third party webservice to implement a particular functionality in the app. However, the 3rd ...
0
votes
1answer
119 views
How to setup a forward proxy and a reverse proxy on the same server using Apache HTTPD
I have an application that acts as both a HTTP server as well as a HTTP client. For security reasons, the application runs on a server on a protected/internal network. I would like to setup a HTTP ...
0
votes
3answers
320 views
WCF client connection problem
I am consuming a web service in .NET application with WCF client.
The Endpoint's address of the service is over port 4338, and it is over HTTPS, secured with WS-Security standard.
So the address is ...
0
votes
3answers
198 views
Finding an HTTP proxy that will intercept static resource requests
Background
I develop a web application that lives on an embedded device. In order to make dev times sane, frontend development is done using apache serving static documents, with PHP proxying out to ...
0
votes
2answers
394 views
http proxy javascript injection
I have a simple proxy source in C++. I'm trying to modify it to inject some html content into specific pages. I'v managed to get it working but whenever I inject something, part of the original html ...
0
votes
1answer
739 views
How to debug HTTP Proxy problems with artifactory?
I have an artifactory within a corporate network. I configured a http proxy for each remote repository. It doesn't work. How could I possibly find out why it doesn't work? Are there any log settings ...
0
votes
3answers
2k views
http_proxy setting
I know this is simple.. I am jus missing something.. I give up!!
#!/bin/sh
export http_proxy='http://unblocksitesnow.info'
rm -f index.html*
strace -Ff -o /tmp/mm.log -s 200 wget ...
-1
votes
1answer
103 views
NodeJS + http-proxy - Object has no method 'resume'
The strange thing about this problem is that I had a working example (albeit with no data being transferred post-handshake) before I went away from my desk, and now I can't seem to get this working ...
-1
votes
1answer
68 views
why http proxy is host+port
In IE when I configure http proxy I need to give host+port and not full url.
Why isn't it a normal url? How to configure if the proxy uses https?
-1
votes
2answers
350 views
HTTP proxy server
I am beginning work on a very basic HTTP proxy server written in C (Edit: something that just forwards my requests). At this point I am having difficulty in understanding how to proceed.
Any help ...