I'm trying to load a video with a standard html5 video tag. This works fine in all browsers except safari. When I load this in safari (both desktop and iOS), The video plays fine over http. If I switch to https or use basic auth, the video won't load.
I'm pretty sure the issue is that the quicktime plugin is can't access the cookies that safari has. So it doesn't recognize the authentication. Has anyone come across this and what can I do about it?