cancel
Showing results for 
Search instead for 
Did you mean: 

Set Cache-control in SAP Gateway

Former Member
0 Kudos

Hi,

I wrote a SAPUI5 application which should be run offline in the browser cache.

Therefore I created a manifest file which lists all the required files to be cached in the browsers AppCache. Works fine for ALL Browsers except IE11.

After days of debugging (IE is a nightmare!) I believe, that the cache control flag for the index.html file causes the issie.

It says: cache-control: no-cache,no-store

How and where can I set the cache control of this file?

I uploaded the app with the SE38 /UI5/UI5_REPOSITORY_LOAD

Thanks for help!

Jens

kammaje_cis
Active Contributor
0 Kudos

'Application caching' is deprecated. I would suggest to explore 'Service Workers' (I have not used it though).

https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache

Accepted Solutions (0)

Answers (1)

Answers (1)

kammaje_cis
Active Contributor