03-21-2013 08:18 AM
Hello,
we want to include a (external or internal) website via iframe in the welcome page. My test HTML site:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<HTML>
<HEAD>
<TITLE>Palo Alto Networks - GlobalProtect Welcome Page</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="/styles/falcon_content.css?v=@@version">
<style>
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: black; /*#FFFFFF; */
}
.msg {
background-color: #ffff99;
border-width: 2px;
border-color: #ff0000;
border-style: solid;
padding-left: 20px;
padding-right: 20px;
max-height: 150px;
height: expression( this.scrollHeight > 150 ? "150px" : "auto" ); /* sets max-height for IE */
overflow: auto;
}
.alert {font-weight: bold;color: red;}
</style>
</HEAD>
<BODY bgcolor="#F2F6FA">
<div align="center">
<h1>Palo Alto Networks - GlobalProtect Welcome Page</h1>
<h1>VPN-LAB1</h1>
<iframe src="http://www.whatismyip.com" width="70%" height="400" name="Test">
</iframe>
</div>
<div id="formdiv">
</div>
</BODY>
</HTML>
With this config it shows me just a white frame without any content....
Is some one familiar with this kind of confgiuration?
THX
03-28-2013 02:25 PM
Did you contact support@ yet regarding this?
Because if you dont see anything odd in the headers (both from the file PA sends you and the file the server sends you) then we can rule that part out.
04-04-2013 01:03 AM
Support is in contact. Need to wait for a response.
04-17-2013 06:50 AM
Hello,
finally i got an information from PaloAlto: iframes are not supported! Feature request is now open...
THX
03-02-2021 01:55 PM
Was this feature ever added? I can see that iframe connections are still being refused to the WebUI. Could it have been implemented as a configuration option?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!