Re: Disallow multipart/byteranges requests
NetComrade wrote:
> Is there are a way to force clients to download the whole file (pdf)
> instead of requesting it in chunks?
force-response-1.0 is all I can think of.
You might try
SetEnvIf Request_URI "\.pdf$" force-response-1.0
--
Robert
|