a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: tunnel TCP traffic through a HTTP proxy
Browsers (in general HTTP clients) use HTTP proxies to request web pages. The
proxy forwards those request to the destination server. All
the negotiation is done via the HTTP protocol, which is designed just
to carry HTTP requests and no generic (TCP/IP) traffic. That is why you
can't (normally) use Internet applications beside your browser if
you are behind a HTTP proxy.
.
That is what desproxy is good for. Desproxy is a TCP tunnel, which
means desproxy can forward TCP/IP traffic via a HTTP proxy. Desproxy
uses a HTTP/1.1 method (CONNECT) to establish TCP/IP connections on
demand. CONNECT is used for SSL connections when accessing to secure
sites. So if you can access sites that support SSL (www.hotmail.com for
example) you can use desproxy.
Description: tunnel TCP traffic through a HTTP proxy
HTTP clients (web browsers) use HTTP proxies to request web pages; the
HTTP server just forwards those request to the destination server. All
the negotiation is done via the HTTP protocol, which is designed just
to carry HTTP requests and no generic (TCP/IP) traffic. That is why you
can't (normally) use Internet applications beside your web server if
you are behind a HTTP proxy.
.
That is what desproxy is good for. Desproxy is a TCP tunnel, which
means desproxy can forward TCP/IP traffic via a HTTP proxy. Desproxy
uses a HTTP/1.1 method (CONNECT) to establish TCP/IP connections on
demand. CONNECT is used for SSL connections when accessing to secure
sites, so if you can access sites that support SSL (www.hotmail.com for
example) you can use desproxy.
--- 76619 Thu Jan 1 00:00:00 1970
+++ 51321 Thu Jan 1 00:00:00 1970
@@ -1,14 +1,14 @@
tunnel TCP traffic through a HTTP proxy
- Browsers (in general HTTP clients) use HTTP proxies to request web pages. The
- proxy forwards those request to the destination server. All
+ HTTP clients (web browsers) use HTTP proxies to request web pages; the
+ HTTP server just forwards those request to the destination server. All
the negotiation is done via the HTTP protocol, which is designed just
to carry HTTP requests and no generic (TCP/IP) traffic. That is why you
- can't (normally) use Internet applications beside your browser if
+ can't (normally) use Internet applications beside your web server if
you are behind a HTTP proxy.
.
That is what desproxy is good for. Desproxy is a TCP tunnel, which
means desproxy can forward TCP/IP traffic via a HTTP proxy. Desproxy
uses a HTTP/1.1 method (CONNECT) to establish TCP/IP connections on
demand. CONNECT is used for SSL connections when accessing to secure
- sites. So if you can access sites that support SSL (www.hotmail.com for
+ sites, so if you can access sites that support SSL (www.hotmail.com for
example) you can use desproxy.