Furthermore:
I got the CORS problem by loading of the sap-library:
src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
I got the problem fixed with this entries:
Access-Control-Allow-Origin:*
Cache-Control:max-age=604800, public
Furthermore:
I got the CORS problem by loading of the sap-library:
src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
I got the problem fixed with this entries:
Access-Control-Allow-Origin:*
Cache-Control:max-age=604800, public