cancel
Showing results for 
Search instead for 
Did you mean: 

Range support in webdav, cmis, or webscript api?

dhartford
Champ on-the-rise
Champ on-the-rise
Hi all,
Are there any web-based API's that can support partial file retrieval?

Example/usecase: large (>5GB) text file, but want to only show a portion (range) of the content of the file.

TIA,
-D
1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator
Hello,

as far as I know, the various download servlets, CMIS API and some specific ReST APIs support ranged content retrieval. I haven't checked the WebDAV implementation yet, but I would expect it to support ranged requests too.
The method by which these APIs support it may differ. Download servlets definitely use standard HTTP Range header, CMIS API uses method defined for the specific binding you use.

Regards
Axel