A
A
andreys752017-07-18 10:38:24
Apache HTTP Server
andreys75, 2017-07-18 10:38:24

How to remove Range: bytes=0- header from request?

Good afternoon,
The web server does not correctly process requests for downloading media content. And the error appears only in Chrome. in all other browsers everything works fine. (the server issues a 500 internal server error only on the first request, if you send the second exactly the same de request a little later, then everything works as it should).
After a lot of research, the assumption remains that this error is due to the fact that Chrome automatically adds the Range: bytes=0- header on the first request, on the second request Chrome sends the correct header, for example Range: bytes=0-2041 and everything works. Internet Explorer doesn't send this header at all and everything works.
Because the application code is poorly accessible, I want to understand whether this is the cause of the error. To do this, maybe someone will tell you how to remove this header at the Apache level?
Thanks in advance

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question