Hello,
So I have a script that outputs the file they have requested, its faily simple.
But now, many browsers like requesting things in small ranges of bytes often to incorporate some sort of buffering scheme.
Now I have to be able to read the HTTP request headers to find what range they're requesting and only return that range.
How can I read the HTTP request headers sent along from their browser?
Thank you!!!