5 Matching Annotations
- Dec 2020
-
github.com github.com
-
Original objects are never modified, but transparently wrapped by observable proxies.
-
Proxy = observable(object) Creates and returns a proxied observable object, which behaves just like the originally passed object. The original object is not modified.
-
- Oct 2020
-
-
use an intercepting proxy server with a built-in cache
-
-
en.wikipedia.org en.wikipedia.org
-
Also known as an intercepting proxy, inline proxy, or forced proxy, a transparent proxy intercepts normal application layer communication without requiring any special client configuration. Clients need not be aware of the existence of the proxy.
-
Intercepting proxies are commonly used in businesses to enforce acceptable use policy, and to ease administrative overheads since no client browser configuration is required.
-