hi i want to integrate opendoc/singleobject with iframe to my website (without div integration),
created a localhost html (attached below) on server and its working but when opening same html page with ip instead of localhost
it requires login.
does iframe with opendoc requires additional license? or its a permissions issue?
if i deploy opendoc iframe into a website is a token needed?
advanced thanks.
<html>
<head>
<title>Hello World</title>
<h1>Hello World, this is my first HTML</h1>
<iframe src="http://localhost/QvAJAXZfc/opendoc.htm?document=Sales.qvw"
width="1600" height="800" scrolling="yes"/>
</head>
<body>
</body>
</html>
It is dependent on whether the IP you are referring to is able to authenticate you via integrated security. Iframe does not need extra license.
thank you,
sdk installation is needed?