Questions tagged [transparentproxy]

A transparent proxy is a service that makes a request on behalf of a client, without changing the request itself, and passes the resulting response unaltered back to the client.

A transparent proxy is a service that makes a request on behalf of a client, without changing the request itself, and passes the resulting response unaltered back to the client. According to RFC 2616 the request can be altered solely for what is required for proxy authentication and identification.

This tag should be used if it is important to the question that the request should be unaltered, or cannot be altered.

Related tag:

70 questions
0
votes
0 answers

Findin interfaces of a transparent proxy can be

I am looking at code that takes an IBar object bar which is really a .net remoting transparent proxy (RuntimeServices.IsTransparentProxy true) and, for a set of IFoo types, does this: var fooValue = bar as IFoo; // BTW, IFoo is always derived from…
Tim Lovell-Smith
  • 15,310
  • 14
  • 76
  • 93
0
votes
1 answer

Dnsmasq not receiving response after TPROXY intercept

I am developing a 'monitor the traffic' kind of an application on the router, where I use the TPROXY feature to intercept the DNS packet & send it to my application server listening on a port. After processing, I forward the packet to the actual…
meetrp
  • 155
  • 9
0
votes
1 answer

Public hotspot with advertisements

I would like to build a public wifi hotspot on a openwrt router which interrupts user-surfing after about 15 minutes by showing a commercial. I think I need a transparent proxy to achieve this but dont know which one could do that. Could someone…
Mike78
  • 1
  • 1
0
votes
0 answers

Which database is the best for ICAP Squid transparent proxy?

I am not sure which database is the best for transparent proxy server, I am using Squid ICAP (client) and Greasyspoon ICAP server. It is running on Ubuntu 14.04 LTS. I am planning to use this db in order to filter URLs and to connect it with my…
0
votes
2 answers

Redirecting from outgoing loopback traffic - is it possible?

I have 2 kinds of proxies in my local machine : stunnel and TOR-VPN. stunnel is listening on port 6666 TOR-VPN is listening on port 9040 I want to get web traffic to go to stunnel first and the output traffic of stunnel go to tor-vpn. This needs…
amin.2014
  • 11
  • 2
  • 6
0
votes
2 answers

Squid Transparent + HTTPS

I enable Squid transparent in windows using this method (youtube link). But after enabled, pages with HTTPS is showing error. In Chrome this message is: SSL Connection Error (ERR_SSL_PROTOCOL_ERROR) In Firefox: Security Connection Fail (Error code:…
vctlzac
  • 837
  • 2
  • 16
  • 38
0
votes
1 answer

Transparent Proxy Issue with SSL

I have a RHEL5 server in a private zone. I've set up a transparent proxy for ports 80 and 443. When I try a wget on 443, I get the following: # wget -O- https://www.google.com --2013-02-14 15:16:50-- https://www.google.com/ Resolving…
gfreestone
  • 143
  • 2
  • 12
0
votes
1 answer

Programmatically distinguish between High Anonymous Proxy, Anonymous Proxy, Transparent Proxy

Suppose I have a proxy IP address, but no infos about it. Is this possible to know from scratch which kind of proxy it is (distant webservers doesn't know I'm behind a proxy, distant webservers know I'm behind a proxy but doesn't know my IP, distant…
Léon Pelletier
  • 2,701
  • 2
  • 40
  • 67
-1
votes
1 answer

Apache2 Local Transparent Proxy

I have a local server running a 3rd party application which fetches website content (an http fetch-application for descriptive purpose). In order to modify outgoing request headers and apply some custom ACL in the future, I want to create an apache2…
Qwabby
  • 11
  • 1
  • 2
-2
votes
1 answer

Transparent Proxy Squid with internal and external network

I have network setup like this with external and internal network. I have successfully got squid running with proxy for internal browser and now I want to set up as transparent but having some problem. network First, I did change "http_port 8080…
lufee
  • 169
  • 2
  • 10
1 2 3 4
5