I have one URL https://xyz.mydomain.com/app1/ and app1 is based on spring framework, I want to access this webapp from:
and also in future this can be accessible from:
*.mydomain.com I have tried with CSP but its working on from Chrome and Firefox only and it's not working on IE 11.
IE11 doesn't understand CSP. X-Frame-Options ALLOW-FROM is only designed for a single domain.
Basically your options would be: