Forums

HTTP Range Header support

Does your servers have support for this? Byte ranges is something chrome requires to allow seeking audio, and my website is basically revolved around audio. Thanks.

Is this for static files?

No, It's for user uploaded media files.

Right, but how are you serving them? If it's through our static files mechanism, then unfortunately it's not possible right now (though sorting that out is on our to-do list). If you're serving them via your own Python code, then you can add any headers you like using your framework's normal method.