South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I don't follow, do you mean for your own hosting? If so, there are some port forwarding type things available from No-IP and others that would do what you presumably want...jmn said:I nice 'feature' will be for WBS to provide an http port that is not cached...
Yes, but the standard for http is port 80, which is why it is easy to transparently cache in the first place.slimothy said:no he means, what if you dont want your content cached or the cache is giving you problems, they should have a way to not use the cache server if you dont want to
What is a proxy?
Basically a middleman. When you are browsing a site through a proxy your requests are sent to the proxy and the proxy forwards them to the site instead of you connecting directly to the site. There are several classifications (the terminology is far from standard):
Transparent:A transparent proxy is one that needs no configuration on the clients. It works by automatically redirecting all port 80 traffic to the proxy. (Sometimes used as synonymous for non-anonymous.)
Explicit/Voluntary Anonymous: Clients must configure their browsers to use them. The proxy sends no client identification to the server. (HTTP_X_FORWARDED_FOR header is not sent; the server does not see your IP.)
Highly Anonymous: The proxy sends no client nor proxy identification to the server. (HTTP_X_FORWARDED_FOR, HTTP_VIA and HTTP_PROXY_CONNECTION headers are not sent; the server doesn't see your IP and doesn't even know you're using a proxy.)
Public (Self explanatory)
A transparent proxy may or may not be anonymous, and there are several levels of anonymity.