When a client sends a request with a Range header, is it acceptable to just ignore this and return a 200 OK response using the full content?
The spectrum says:
If the byte set is invalid, the server MUST return a response with a status of 416 (the requested range is invalid). Otherwise, the server MUST return a response with a status of 206 (Partial Content) containing satisfactory intervals the body of the object.
As I understand it, I should imply that it is still acceptable to skip this and return 200 OK . I'm right?
source share