Hi. I'm trying to get the Google Web Font loader via <script type="text/javascript" src=" http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"></script> in my <head> section. But when I load the page I get (in Chromium's console) this message: GET https://www.googleapis.com/webfonts/v1/webfonts 403 (Forbidden) HOWEVER, if I call the webfonts.js script in a pure HTML/Javascript page (not running behind the django development server) it works fine.
I can request other googleapis resources without problems, e.g. <script type="text/javascript" src=" http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> works fine. Any ideas about what's going wrong? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/U-KJVz1N_McJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.