G
Guest
Has anyone experienced loss of HTTP header information when requesting
files via the use of a http module?
I'm authenticating the use of mp3 files before download, and the http
header request "Range: bytes=2385920-" should respond with a 206
"Partial Content" staus code and "Content-Range: bytes
2385920-9585056/9585057" within the response header. Hence returning
partial parts of an MP3.
I've tested this without the http module and I'm getting the expected
results minus the authentication (obviously).
Not sure why this isn't returning the correct response, or how to
reproduce the required response headers. Help!
Dave
files via the use of a http module?
I'm authenticating the use of mp3 files before download, and the http
header request "Range: bytes=2385920-" should respond with a 206
"Partial Content" staus code and "Content-Range: bytes
2385920-9585056/9585057" within the response header. Hence returning
partial parts of an MP3.
I've tested this without the http module and I'm getting the expected
results minus the authentication (obviously).
Not sure why this isn't returning the correct response, or how to
reproduce the required response headers. Help!
Dave