Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Authentication Problem - Asp.Net - Qlikview Workbench

Hi I am working on QLikview API.But when hosted web page on the XAMPP apache server I am getting cross origin problem.How to enable that? Here is my code........

<!DOCTYPE HTML>

<head>

<link rel="stylesheet" type="text/css" href="ff.css">  

<a href="http://www.benjaminhorn.se/code/apache-reverse-proxy/" title="Apache reverse proxy" target="_blank" rel="nofollow">proxy</a>

<script src="http://cdn.rawgit.com/jpillora/xdomain/0.6.17/dist/xdomain.min.js" slave="http://localhost:1234/test/proxy.html"></script>

</head>

<body>

<h2>hello</h2>

<div class="QvInlineObject" avqview="qvdocs/Salesforce" avq="object:.Document\CH492"></div>

<script type="text/javascript" src="http://us-b.demo.qlik.com/QvAjaxZfc/htc/QvAjax.js"></script>

<script language="javascript" type="text/javascript">

console.log("enter");

   Qv.InitWorkBench({

         View: 'qvdocs/Salesforce',

      Host: null

   });

</script>

</body>

</html>

0 Replies