Questions tagged [http-proxy]
123 questions
0
votes
0 answers
How can I intercept http requests, respond immediately with a custom http response, and also forward the original http request to the server?
I have an application that is stalling each time it makes a http request to a server. It stalls until the response is received from the server. The problem is, the server takes a while to respond to this specific http request, and takes several…

Adam B
- 311
- 1
- 3
- 6
0
votes
2 answers
Apache2.4 RewriteRule as Proxy to remote Apache2.2 server
We have a legacy application with URL https://www2.devDocApp.com/ which is running on Ubuntu8 so and apache2.2 with no TLS 1.2 support, we had hardtime upgrading apache2.2 and openSSL on Ubuntu 8 box, so now we are standing proxy apache server…

OTUser
- 73
- 3
- 11
0
votes
2 answers
how to setup a ssh tunnel while remote server itself has to configure http_proxy to access webpage?
1, There has 2 hosts which are hostA and hostB, both Linux distribution and openSSH installed;
2, hostA cannot access the public internet, but it can access hostB via ssh;
3, hostB can access the public internet, but due to firewall, if hostB want…

user375433
- 1
- 1
0
votes
0 answers
Measuring bandwidth usage through untrusted proxy service
Internet traffic for my office is being routed like this:
Devices -> router -> untrusted proxy service -> internet.
I'm being charged for bandwidth used through the proxy. Is there any way to accurately measure bandwidth usage at my modem? How would…

Francis Snipe
- 165
- 5
0
votes
1 answer
Forward everything over an HTTP proxy, besides the local network
I have an HTTP proxy and I can use it for all protocols (tried and tested). I want to use it transparently from my DD-WRT router with IPtables, while excluding the local network (192.168.1.0/24).
What are the iptables rules that will do this for me…

Hameer Abbasi
- 153
- 4
0
votes
0 answers
Tinyproxy to redirect http traffic to https
I'm attempting to redirect all http traffic towards https traffic. I currently have stunnel listening on port 443 which does it's job well. I have now installed Tinyproxy which I want to listen on port 80 and redirect.
I found this little jewel…

Karl Morrison
- 1,621
- 4
- 29
- 43
0
votes
1 answer
Redhat: Enabling proxy for specific IP addresses only
I have a server that ordinarily does not require a proxy to connect (e.g.) to any URL on the internet. However some specific systems (IP addresses) I need to connect to via a specific proxy.
My question is how I can specify the proxy per IP-Address…

lintal
- 121
- 1
- 4
0
votes
0 answers
Using nginx as a reverse proxy in front of an http proxy
When I put the http proxy behind nginx using proxy_pass directive, the http proxy receives a request like GET /some/path while it expects to receive a request like GET http://some.domain/some/path. How should I configure nginx to not omit the…

semekh
- 145
- 6
0
votes
1 answer
Using SoftEther VPN on OpenWRT router with HTTP Proxy
I've successfully installed OpenWRT router to my TP-LINK MR-3020 (ar11xxx). I've made a extroot for this using my flashdrive, having swap 2GB, 2GB root, and 4GB shared samba. I also tried OpenVPN solution for OpenWRT and it doesn't work under http…

Lunan
- 1
- 1
- 3
0
votes
2 answers
Confused about SSL certificates needed for Windows proxy
I am completely new to security, and I'm confused about what kind and how many SSL certificates I need.
I have a REST API server running on a windows server 2012. It's currently listening to HTTP port 80. Since I'm going to implement token…
0
votes
1 answer
Allow Google apps and block consumer Google accounts using squid proxy
In my organisation, I am trying to allow the Google apps account and block consumer Google accounts using squid proxy. According to this link, Google says we can do it using following steps:
Route all traffic outbound to google.com through your…

ganesh
- 101
- 1
- 5
0
votes
1 answer
How do I configure netscaler to act as a simple HTTP proxy?
I want to start use a netscaler instance as a HTTP proxy (like squid), so all the requests from my browser will go directly to netscaler.
How can I obtain this behaviour?
Note: Netscaler is already configured to deal with requests coming from 80 and…

sorin
- 8,016
- 24
- 79
- 103
0
votes
1 answer
Content-based packet filtering proxy
I want to set up a proxy server, which upon getting specific pattern in HTTP response body (a 403 Forbidden, with some special content), reroutes the packet some other way (through another proxy, for example).
Which proxy servers may be used? And…

semekh
- 145
- 6
0
votes
2 answers
Ubuntu: tomcat starts on terminal but not running on browser?
I have installed tomcat 7 and jdk 7 on my ubuntu 12.0 machine. Though it has been properly installed as when I use startup.sh command it shows me on terminal the path of :
CATALINA_BASE CATALINA_HOME JRE_HOME CLASSPATH
But when I run it on…

Prateek
- 103
- 1
- 1
- 3
0
votes
1 answer
how to configure proxy server (squid) to certain link
I need to configure a proxy server:
which will allow my clients to connect to my proxy server then
they will be able to see a login page.
When I asked some IT gurus they told me "configure the forwarding url in proxy".
How do I achieve this? What…

bob
- 1