As the title says, when I try to load an HTTPS (not HTTPS) resource from a web host, GitHub Pages always gives me the 404 when tries to execute the GET method.
In example. having this piece of code:
<video width="560" controls="">
<source src="http://webhost.com/data/aaa/aaa.mp4" type="video/mp4">
</video>
Always returns: GET https://webhost.com/data/aaa/aaa.mp4 404
(note that is https
and not http
).
There is a way to bypass the enforced HTTPS?