[EMAIL PROTECTED] wrote:

> Ok -
>
> so I'll write it again - as this is driving me up the wall.  The User
> guide even has an "example" saying you should be able to do this...  But,
> it still doesn't work.
>
> >> do %getsecurepage.r
> Script: "Secure Page Retreival" (25-Jan-2000)
> http://webuser:[EMAIL PROTECTED]/mysite/
> connecting to: 127.0.0.1
> ** User Error: Error.  Target url: http://127.0.0.1/mysite/ could not be
> retrieved.  Server response: HTTP/1.1 401 Access Denied.
> ** Where: print read http_file
>
> As you can see I print the URL - just to be sure it's not dropping the
> username and password for some reason.  Yet on the attempt to read that
> URL, you can see that it seemingly drops the user:pass right out of the
> URL...
>
> I've also tried the following variant:
>
> print read [
>         scheme: 'http
>         user: "webuser"
>         pass: "letmein"
>         host: "127.0.0.1/mysite/"
> ]
>
> with the same results.  Is this just broken?

Have no experience with IIS, but have you tried trace/net: true to see more
console net-info output?

-pekr-

>
>
> - Porter Woodward

Reply via email to