Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Urgent : basic authentication

Can we configure basic authentication in qlikview web server while accessing access point.?

Thanks

Supriya

1 Reply
Bjorn_Wedbratt
Former Employee
Former Employee

Sure,

  • Locate config.xml in C:\ProgramData\QlikTech\WebServer
  • Edit the file and change

<HttpAuthentication url="/QvAJAXZfc/Authenticate.aspx" scheme="Ntlm" />

to

<HttpAuthentication url="/QvAJAXZfc/Authenticate.aspx" scheme="Basic" />

  • Restart QVWS