Range requests on development server

Hi guys, I’m using the meteor development server, serving files from the “public” directory and want to do http range requests to download a particular part of a file. I get http 200 back instead of 206, so I guess this means meteor does not support the http range parameter. Is this correct, and is there any way around it without running a full-blown server?

I tried running RangeHTTPServer for python alongside the meteor dev server but it’s no use because of the same origin policy.