Questions tagged [http-proxy]
123 questions
1
vote
0 answers
Can I make an ACL in squid for transparent connections?
I have a squid proxy that transparently intercepts connections from an internal network, and is explicit for connections from another network.
I want to use authentication for the external network, and allow any connection from the internal…

Jayen
- 1,857
- 4
- 16
- 28
1
vote
1 answer
Does a forward web proxy exist that checks and obeys robots.txt on remote domains?
Does there exist a forward proxy server that will lookup and obey robots.txt files on remote internet domains and enforce them on behalf of requesters going via the proxy?
e.g. Imagine a website at www.example.com that has a robots.txt file that…

wodow
- 590
- 1
- 6
- 18
1
vote
2 answers
failing over a http proxy but NOT load balancing
We are wanting to have a primary "test" http proxy that we are doing some unique stuff with. We want this proxy to be the primary so using WPAD we would want to deliver this as the primary to always use and the other one as the secondary(two…

Dean Hiller
- 911
- 4
- 15
- 35
1
vote
1 answer
Tunelling over HTTP
I have a network at work that is locked behind a firewall and Internet connection is available only by using a proxy server. At work, I can connect to databases that are distributed across the network.
However, at home, I cannot connect to the proxy…
user57998
1
vote
1 answer
impact of HTTP CONNECT on a mandatory web proxy
Consider a firewalled network with the high-level requirement that normal web browsing should work, but nothing else (e.g. ssh and skype are forbidden). (Incoming connections are denied as a matter of course.)
What should be done to HTTP CONNECT…

Gilles 'SO- stop being evil'
- 9,391
- 1
- 33
- 48
1
vote
3 answers
Do Proxy Servers cache a resource data based on the Uri?
Do most popular proxy servers cache the response data based on the Uri? Also, lets exclude HTTP Headers like Cache-Control, etc... and assume they have been set to public, max-age: xxxx s-maxage: yyyyy etc...
So .. assuming the proxy server says…

Pure.Krome
- 6,508
- 18
- 73
- 87
1
vote
1 answer
Setting Up Lynx As A Web Browser On Windows - Proxy Mess
I need to use Lynx on my machine - The only problem is the company has a proxy which they force us to use and cannot be by passed
I have had a look at lynx.cfg but I do not understand how to force it to use the proxy
Can anyone help please?
I am…

Jack Kada
- 121
- 1
- 4
1
vote
1 answer
How to configure a system wide proxy for php file_get_contents on CentOS?
I want to let the php file_get_content function connect to network via system-wide proxy. I tried to add the following lines in…

peter
- 93
- 13
1
vote
1 answer
Apache proxy configuration (webapp resources URL truncated)
I'm trying to set up a proxy in an Apache web server but I have an issue about the build of URL beacause in the resulting URL part of the path is missing.
An example:
http://server/webapp/style.css (expected)
http://server/style.css (real result)
I…

Simone T
- 11
- 1
1
vote
0 answers
Connect to Openvpn server through http proxy which has a dynamic ip
My openvpn client will have to pass through a http proxy server before connecting to the openvpn server.
But the http proxy is on a dynamic ip.
From this tutorial -…

Nazia Jahan Trisha
- 120
- 1
- 1
- 8
0
votes
4 answers
Local client HTTP proxy for monitoring and filtering
What is a robust open source local client HTTP proxy for monitoring and filtering?
The ideal proxy could be scripted and interfaced with at run time.
[UPDATE] A proxy that runs on the client machine and all browsing runs through that proxy
Thanks

jrhicks
- 15
- 1
- 4
0
votes
0 answers
HAProxy as Docker container not routing as a reverse proxy
This HAProxy configuration should serve:
the Google main web page when asking http://localhost:9000/google/
the Wikipedia main web page when asking for anything else hitting http://localhost:9000
I am not sure what's wrong with configuration file…

TPPZ
- 101
- 2
0
votes
0 answers
Nginx is not passing request to App server in case of => special character in URL
I have strange problem, I have special characters(=>) in URL which is more of business requirement(sorry, so I can't change it).
Here is specific scenario-
I'm using nginx as web server and proxy passing it to App server(typical setup).
GET…

Red Boy
- 101
- 1
0
votes
1 answer
Proxy authentication without challenge/response
From what I understand proxies use a similar challenge/response system for authentication as HTTP does, except with a 407 response code where HTTP returns a 401 response code.
However if a client is configured to use a proxy and the authentication…

Robert MacLean
- 2,186
- 6
- 28
- 45
0
votes
2 answers
Redirect web page to another site without changing URL
I have a domain name (example2.com) that is going to serve to direct a user to a specific page of another website on the same server (example.com/page2). I am following the instructions in this article for creating a redirect without changing the…

Christia
- 121
- 1
- 1
- 8