Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter Bootstrap Alpha 4.0 - 404/403 Response from CDNs in MS Edge

So I was wondering why I was getting the following responses back (404/403) when using Twitter Bootstrap Alpha 4.0 from either MaxCDN or CDNjs in the Microsoft Edge browser.

enter image description here

Other notes: - This only happens in MS Edge, all other modern browsers don't return this - This only seems to happen with the CSS files, not the Bootstrap JS - This happens both locally and when published

I am simply loading it in the <head> as usual:

<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/css/bootstrap.min.css" rel="stylesheet" type="text/css" />

UPDATE:

There is also a post discussing this same issue here: 66 Edge errors: HTTP403 FORBIDDEN

like image 614
EdwardM Avatar asked Nov 04 '15 22:11

EdwardM


1 Answers

As long as there is no fix, you can use 3.3.5 which (as opposed to the current 3.3.6) doesn't have that bug.

like image 157
Sebastian Graf Avatar answered Oct 08 '22 10:10

Sebastian Graf