I want to automate a few processes through a page which requires user authentication (basic IIS5) with user name and password.
I should be able to send the credentials as thus:
"https://username:[email protected]/scripts/oecgi.exe/myscript?xxx=yyy"
However I get a "SOCK102: Unable to resolve host DNS entry" when calling GetWebPage.
removing the user credential returns the 'http 401 stream'
Is there a way to do this with GetWebPage or does it need enhancement to recognize this syntax?