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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
manpri7078
Creator
Creator

Passing Username and Password in URL

Hi All,

I am trying to access a web URL through Script Editor Section. After the URL is fetched I want to pass the username and password through it. I am not able to work out how to do it.

Any help will be highly helpful to me.

Regards,

MANISH PRASAD

1 Reply
swuehl
MVP
MVP

You can try passing user name and password in your code like

http://username:password@yourDNSorIP


If this doesn't work, you can either have a look at QVSource, which offers some more connectors, or try creating a batch script (which you can execute also from your QV script) using e.g. cURL that connects to your site, fetches the data and stores it to a flat file. Then let QV read this file.