Closed retog closed 8 years ago
Yesterday RawGit began redirecting all HTTP requests to HTTPS. Requesting an HTTPS URL instead of HTTP should resolve this. Let me know if you try that and still have trouble.
I commented on the same thing here: https://github.com/rgrove/rawgit/issues/114#issuecomment-222474418
It's a problem for us, as we use a simple tool that requests external websites to fetch data, and they don't support HTTPS and will not make the HTTPS move any time soon, either.
Does http://raw.githack.com work for you?
@neoascetic It sure does. Is it going to be available 'permanently'?
I see no reasons to force HTTPS
Firefox blocks requests with the following error message:
I see the
Access-Control-Allow-Origin
is present on the https resource but not on the http resource, could you add this?