jameslewis
jameslewis

Reputation: 11

Failed to load resource - bootstrap error 403

Everything appears as normal, however when I inspect element in my checkout page I get the following errors showing up in the console

https://maxcdn.bootstrapcdn.com/examples/navbar-static-top/navbar-static-top.css Failed to load resource: the server responded with a status of 403 (Forbidden) https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/ie10-viewport-bug-workaround.js Failed to load resource: the server responded with a status of 403 (Forbidden)

My site has been set up for https, and I have tried the bootstrap links with and without the https: in the link. I am new to this so it could be something silly, I would be grateful for any help.

Upvotes: 1

Views: 3903

Answers (2)

iblancasa
iblancasa

Reputation: 364

If I were you, I would donwload the files and I would upload it to my site. If the CDN has problems... your web will have it too...

I advise you to do it.

In addition, when I try to access to the links, I can't see the files too... You should use the links which @Lightwalker posted

I hope my answer will help you!

Upvotes: 0

Related Questions