Will this module solve a broken proxy that strips or otherwise does not handle Range requests
from clients?
So by this I mean -- client sends request with Range details as query string not as header.
nginx with this module takes query string and adds Range request as a Request Header
nginx satisfies request (with a 206 not a 200)
Client gets 206 response and correct length, from proxy
Everyone is happy.
Yes?
thanks.