refuse requests based on HTTP Range: header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • narf
    New Member
    • Sep 2007
    • 1

    refuse requests based on HTTP Range: header

    I'm running Apache2.0 on Debian Sarge. My goal is to refuse requests that are using the Range: header, for example when the client is trying to get a partial file. I can't find any information on if/how that's possible from docu/google though :(
    For me a mod_rewrite way would be best - to be able to allow/disallow the use of ranges whereever needed -, but none of the available vars contain details on the requested range. Any ideas?

    thanks :)
    - narf
Working...