Download API couldn't download with range header

We face a problem when using the download api with requesting together with range header.

const url = 'https://d3tmdej94wibm3.cloudfront.net/c52fc52c-5ca7-4938-88ba-fade74942e2c.mp4';
const downloadRequest = new tizen.DownloadRequest(url);
downloadRequest.httpHeader["Range"] = 'bytes=0-10000';
const downloadId = tizen.download.start(downloadRequest);
tizen.download.setListener(downloadId, listener);

The server hosting the file is able to request with range header and it’s tested on Chrome.
We catch with the listener is only the error saying fail to request with 206, right after the call.

The download without the range header is working as expected.

Could anyone suggest if anything is missing on api call or if something special needed to be configure on the server side? Thanks!

Since no one responded, I would suggest you look for an answer in the FAQ-Q/A under the most appropriate topic on the Smart TV Seller Office site If you don’t find a solution there then sign in and open a Smart TV Seller Support Request . They can help you better there.

Ron
Samsung Developer Relations