read data from cache on transparent proxy
am 02.01.2008 11:40:10 von eatIs it possible to read:
1) html file
2) images
from data cached on the transparent proxy server
and then use the data on my web page server?
I would like this scenario to happen:
client -> proxy -> www.a1.com -> proxy caches the response -> client
then on my server i can read from proxy and process the html file that
he entered.