What are the dangers in exposing static resources of your secure web application unsecured?

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-03-24T12:59:17Z Indexed on 2010/03/24 13:13 UTC
Read the original article Hit count: 217

We are creating typical web applications secured by https. In order to be able to cache static resources, I would like to expose images, javascript files etc. over http. Otherwise they don’t get cahched. Is this advisable from security point of view? What are the risks involved?

© Stack Overflow or respective owner

Related posts about web-development

Related posts about web-applications