Discoverer Viewer in Iframe on page from IIS
630114Jun 18 2008 — edited Jul 31 2013I am trying to embed the discoverer viewer into a .net app running on iis. I have a page that has an iframe, and I navigate it to a form which has hidden variables representing the URL parameters for discoverer viewer (e.g. us, pw, db), as well as javascript to auto submit the form. When the page with the form loads, it gets submitted and the viewer clock waiting page comes up. But the login to discoverer viewer fails with ORA-010107 invalid username/password. If I use the same username and password in a browser (ie) window pointed at the app server (http://server:7778/discoverer/viewer) it works correctly and I get logged in.
The idea is for our app to automatically connect the user to a discoverer workbook in an ifram without them having to enter their username and password. But there seems to be issues preventing this from working.