I'm trying to figure out why does imageresizer returns "HTTP/1.1 200 OK" and not "HTTP/1.1 304 Not Modified" status code when performing If-Modified-Since, Contrary to request without imageresizer which returns "HTTP/1.1 304 Not Modified" as excepted.
I'm using IIS with imageresizer resizing module only and the command syntax as below:
curl -I --header 'If-Modified-Since: DATE-FORMAT-HERE' http://x.x.x/x.jpg
Thanks, Yaron