I'm new developing sapui5 apps and I'm trying to testing my app in Internet Explorer.
When I test in google Chrome I don't have any problem. Note that I have the next code in the chrome.exe -> --disable-web-security --user-data-dir
When I launch the app in Explorer, the first page does not load.
In Firefox, the first page load, but I can't navigate in the app.
If I remove the --disable-web-security --user-data-dir
params from google chrome I obtain the next error:
Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://my-app.es:port' is therefore not allowed access. The response had HTTP status code 401
I need to upload the app to Gateway.
Can someone helps me?
Thanks!