Skip to main content

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>

 

Hi @eluiz 

Double-check your browser is not limiting iFrame activity:

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

Let us know, 

 


Reply