Hello,<div><br></div><div>I wrote a filter module that does the following:</div><div><br></div><div>1. Given the user request it makes a sub-request for a metadata file.</div><div>2. The module makes another sub-request for the data file.</div>
<div>3. Before the data is sent to the user it is processed using the metadata.</div><div><br></div><div>The module works fine. Now I want to add support to the range header. The problem is that the header is sent in both sub-requests.</div>
<div><br></div><div>How do I drop the range header from the first sub-request?</div><div><br></div><div>Thanks,</div><div>Yuval?</div>