I'm trying to host a podcast on Azure while running Flask. I don't think the Flask/Python part is relevant here, though, as the .mp3 files are static content that get served directly from IIS.
When trying to validate my XML With Itunes, I get this message:
Can’t submit your feed. Your episodes are hosted on a server which does not support byte-range requests. Enable byte-range requests and try again.
And I haven't been able to figure out how to do this.
Which Azure service are you referring to?
In App Service
Accept-Ranges
is turned on by default:Hopefully Apple isn't expecting a
206 Partial Content
without explicitly sending aRange:
header with the request. That would be silly.