Hi all,
Does anyone know why some servers don't return a partial content when I use the HTTP header:
Range: bytes=100-200
It should return the content of the page starting from byte 100 until the byte 200, but it still returns the whole page.
Does this happen when the page is sent unbuffered? Or what else could be?
And.... can I do something to force those servers to send just a part of the page?
Web servers are not required to do that. And if the content is generated by cgi script, it is up to the script to send corrent range and appropiate headers
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php