I have a web application that get a big amount of images via a server script proxy
which re-sizes them to specific thumbnails size.
so the url of a given image would be something like:
myDomain.com/scripts/myScript.php?url=anotherDomain.com/images/someImage.jpg&width=120&height=80
Due to some requirements I have to proxy these images this way, and I need to cache these images to ease the load on the server processing and re-sizing.
How do I go about configuring IIS7 to cache these urls? I don't have in-depth knowledge of headers, so if needed, your elaboration will be very much appreciated.
thanks