Hi, I am trying to add a couple iframes and getting an error that I cannot find the solution for.
I currently have HASS running in a Docker on my Unraid server. I am trying to setup an iframe to the main Unraid page and getting a failed response:
Refused to display ‘http://server-ip:81/’ in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.
http://server-ip:81/ net::ERR_BLOCKED_BY_RESPONSE
Request URL:http://server-ip:81/
Referrer Policy:no-referrer-when-downgrade
Request Headers
Provisional headers are shown
Referer:http://server-ip:8123/unraid
Upgrade-Insecure-Requests:1
User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36
A similar thing is happening when trying to create an iframe to another Docker container running my Ubiquiti controller:
GET http://server-ip:8443/ net::ERR_INVALID_HTTP_RESPONSE
Request URL:http://server-ip:8443/
Referrer Policy:no-referrer-when-downgrade
Request Headers
Provisional headers are shown
Referer:http://server-ip:8123/wifi
Upgrade-Insecure-Requests:1
User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36"
Can this error be fixed or is it a setting within Unraid that does not allow these types of connections?
Thanks!