Hi,
I'm trying to remove the "Accept-Ranges" header before sending the response back to the client and I've added
oSession.oResponse.headers.Remove("Accept-Ranges");
to the OnBeforeResponse but it's not working (i.e. I still see the header in the response to the client). I'm accessing a direct link to download the file. Something like:
http://acme.com/file1.dat
Thanks,
Blanco