Imagine the following scenario:
Host A serves via HTTP
hello_world.jpg
, which has been AES-encrypted.Host B, which acts as a proxy being aware of Host A's resources, responds to a HTTP call by fetching and decrypting
hello_world.jpg
.
Is there any easy way to do this with an existing proxy?