Wonder is someone knows how to implement a binary-object HTTP proxy-like mechanism.
Problem Description: We are using an Apache web server to serve request for media files. However we would like to be able to capture all the GET requests for those binary objects and check them for some value in the header...
Here comes the difficulty... If the value that has been checked in the header is satisfactory we would like to send this binary object to the client who initiated the request, in a transparent way like we have never intervened with the request.
Any IDEA would be greatly welcomed
Mo