| I'm trying to copy a HTTP Authenticated site.
I click the 'Add URL button',
fill in the site, user and password.
The resulting URL is:
<http://password:password@www.mysite.net/securefolder>
The software is not building the URL correctly.
So I changed it to :
<http://user:password@www.mysite.net/securefolder>
That doesn't work either.
So I open IE and try the url in it.
No dice.
So either this notation for accessing a secure site doesn't work at all or it
doesn't work for my site.
The server I'm copying from is a name based apache virtual host. It figures
out which site to pull based on the name requested. (If that helps.)
Derak | |