In my test-environment , i get following error, after log into cms
Refused to display 'http://cms.luctho.de/?1&iframe' in a frame because it set multiple 'X-Frame-
Options' headers with conflicting values ('DENY, sameorigin'). Falling back to 'deny'.
Test-Environment: local virtual Server (Ubuntu) with virtual box. I added entry to etc/hosts to point on the local server. Site works fine and I can access the Url http://cms.luctho.de/?1&iframe without any issues.
You need sameorigin i believe, so, make sure to remove whatever is setting ‘DENY’ header
(in most cases this is done by Spring Security, or similar security framework).
I have no Security Framework in place ! Its just brxm out of the box. No customization yet.
I think it must be a misconfiguration of reverse proxy (apache). When I bypass apache and call via localhost:8080 I have no error