Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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