Forum Discussion
bheltzel
8 years agoNew Member
Pass Username/Password on iFrame Embed with Report Server
Can I pass a Username and Password for a system account to my embedded iFrame on my web application? With my current imlpementation, I can only view the iFrame if the app is on my local machine where...
manceelee
8 years agoFrequent Visitor
Pass encrypted session ID (you can use different mechanism) through js post method call, and authenticate the user in logon.aspx page_load, also you can check the url referr to insure the traffic is coming from your server.
manceelee
8 years agoFrequent Visitor
Pass encrypted session ID (you can use different mechanism) through js post method call, and authenticate the user in logon.aspx page_load, also you can check the url referr to insure the traffic is coming from your server.