Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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.