I am trying to deploy a new application to our test Windows web server, but I am having issues. It goes into a loop and the console prints out "Waiting for API loaded." over and over. Looking at init.js, it seems that require is undefined. I am thinking that means that dojo is not loading properly. Another thing is that the app goes into IE8 Enterprise Mode. In Firefox, the last console message is "redirect from http to https" and then "undefined". Chrome does not work either. Is https required? It will be setup soon, but is not right now. When I deployed it on Amazon Cloudfront, it works fine. Of course, I am sure that Amazon has https setup properly.