Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Log in JS

Hello!

I need to log in to Qlikview Server via JavaScript.

I tryed to make POST method, using path like

http://localhost/qlikview/FormLogin.htm?username=123&password=123

http://localhost/QvAJAXZfc/AccessPoint.aspx?username=123&password=123

But it doesn't work.

Also I looked into login.js and I saw, that in code they add "/QvAJAXZfc/GetLoginpageUrl.aspx" to original url.

If you have some decisions or examples, say me please

3 Replies
martinpohl
Partner - Master
Partner - Master

could you solve your problem?

I've got the same

petter
Partner - Champion III
Partner - Champion III

What kind of browser are you using? Is the QlikView Server set up to allow non-AD (Active Directory) logins at all?

martinpohl
Partner - Master
Partner - Master

Using Intrenet Explorer.

The Authorization in MC is set to DMS authorization, the user is member of the local AD on the server.

Regards