Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
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

Password Protected HTML Data

Hi,

I am looking to grab data from an HTML table using the URL to define the data range.

The problem is that the site is password protected. How do I send a userid/password to then grab the data?

Thank you.

1 Reply
Not applicable
Author

Hi,

Tools like wget, or curl can authenticate and store web pages into files. Than QV reads those files.

-Alex