asp.net - Getting javascript libraries from Google / Microsoft CDNs through SSL -



i'm getting couple of libraries google / microsoft cdns.

only 1 page on system uses ssl since i'm referencing libraries on master page i'm getting javascript libraries using ssl single page requires doesn't throw security errors because accessing unsafe resources.

i've read browser cache doesn't work of browsers if resource loaded using ssl, test using fiddler indicates opposite (firefox , ie).

what's truth? i'm using cdn improving performance if getting library using ssl against purpose, revert "improvement".

i build send code referencing library on code behind ans use ssl or not according case, avoid this.

thanks!

it's common practice not cache secure web pages on disk. negates advantage of precached scripts. in other hand secure page requisites should served using secure connection. have choose between convenience , security.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -