views:

41

answers:

1

I'm developing app with SmartGWT framework which gonna work through ssl-connection. SmartGwt libs are big enough, and using of https prevents caching. Is there any way to use JSONP to access static content of SmartGwt app via http? Or maybe you can suggest any other way of static content caching in this case?

Thanks

A: 

Actually, persistent caching is possible with HTTPS requests by setting the response headers appropriately:

ivo
Sounds good. Thanks, Ivo. I'll check it asap
Yury Khrol