Hi, I've an app built using crosswalk-50. It's accessing a server, that can be accessed with HTTP or HTTPS. The cert of the server is signed by a CA root cert that has been added to the Android firmware.
When remote-debugging the webview and checking the requests for that various resources, I can see that most of them are loaded from disk cache when accessing the server with HTTP. However, no caching occurs when accessing the server with HTTPS, and resources are always reloaded from the server. I don't see the same behavior with https:/www.google.com, where some of the resources are loaded from disk cache. Given that all HTTP headers are identical, whether accessing my server with HTTP and HTTPS, what can make crosswalk not to use cache for HTTPS? Thanks, Michael.
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
