Question

iframe error 'x-frame-options' to 'sameorigin'

  • 20 October 2022
  • 1 reply
  • 134 views

Badge
  • Community Enthusiast
  • 19 replies

Hello I tried insert page from SysAid in my webpage with iframe, but the server still lock the access. 

Someone now we fix this or who in SysAid we contact to update domain list to accept iframes?

 

 

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<frame-options policy="SAMEORIGIN" />
<title>Document</title>
</head>

<body>
<IFRAME src="https://globalbanking.sysaidit.com/servicePortal/submitSR?populateSR_id=17825&sspTargetUrlLink=0"
width=600 height=500 frameborder=1 scrolling=auto policy="deny">
</IFRAME>

</body>

</html>

 


1 reply

Userlevel 5
Badge

Hi @eluiz 

Double-check your browser is not limiting iFrame activity:

https://caniuse.com/?search=iframe

Let us know, 

 

Reply