User Credentials via GetWebPage (OpenInsight 32-Bit)
At 08 MAY 2006 02:21:05PM Warren Auyong wrote:
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:password@domain.com/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?