Does anyone know how to add a http range header to an incoming request to give a partial content 206 response.
I've been trying to do this by using the URL Rewrite Module but without success, and I'm thinking maybe I should try a different way of doing this, as the rewrite module is adding the header but IIS is ignoring it, or maybe the rewrite module is too far down the request processing chain. I can see the byte range header is being added by looking at the request tracer but the response I get is always 200 and not 206.
I need to take the querystring e.g. '?bytes=0-50' and add the http request header 'Range: bytes=0-50'
OP here:
http://forums.iis.net/t/1222302.aspx?IIS+not+responding+to+HTTP+request+header+added+in+the+Rewrite+Module