Symptom
There is a framed redirect on host, however a blank page displays in browser when entering host in URL bar.
Steps to Test
-
Capture Headers for URL
- X-Frame-Options is set to sameorigin
Root Cause
X-Frame-Options at customer web server set to sameorigin and FROM host has different origin than TO host
Steps to Resolution
- Change web forward from Framed to 301 or 302
- OR disable sameorigin in X-Frame-Options at customer's web server