Open AurelienVadiAgileDSS opened 8 years ago
Hi Aurelien,
I fixed the domain relax on the embedded frame last time, but it was for another issue. I don't know well how it's working unfortunately ... Maybe Mike or Karol.
Btw, you should post it here instead: https://github.com/org-scn-design-studio-community/sdkpackage/issues This space is for demo applications.
See you next time :)
I've not performed any domain relaxation tactics in years (my BSP/iView hacking days) - I'd be too scared I'd just mess something else up. I'm not even sure I'd be able to get it to work with mixing https/http. Maybe Karol? :)
Hi guys,
Actually I implemented that domain coding so that you can get the iframe to work in relaxed domain scenarios where the root domain is common to both the container site and the called site on the iframe. All common browsers will prohibit security breaches though. Meaning you can't call an unsecure site from a secure one. If you check your browsers developer console you will see that error I am talking about. Usually issues like that are tackled by switching domains, makeing your unsecure site also secure (https) or put in a reverse proxy which reroutes your http calls so that the browser does not know about domain or http protocol breaches.
Let us know if we can be of any other help.
Regards Martin
Hi folks !
I'm still workingi n SAP design studio 1.5 SP 2 (we plan to move to latest release in May) and I'm facing an issue.
Context :
Issue :
==> It seems that’s the only difference is theHTTPS in dev instead of http.
I saw into the component page that there aresome function on the domain relax level but no help is provided…
Does anybody know if I can fix my problem with such function and how it works ?
Is this a known issue that has been fixed in3.0 (for DS 1.6) ?
Any help would be appreciate,
Aurelien