Problem with URL Access Scripting
Problem with URL Access Scripting
- Subject: Problem with URL Access Scripting
- From: Luis Oliveira <email@hidden>
- Date: Tue, 30 Jan 2001 23:11:56 +0000
Hi,
I'm having a problem with URL Access Scripting addition. Presently I'm using
system 9.1 and applescript 1.5.5.
When I try to download a issue a command as simple as
Tell app "URL Access Scripting"
Download "
http://some_url" to file filename with replacing and
authentication
End tell
I just get a html file telling me that I don't have access to the url
because the authentication failed. If I just go to this url manually by
using a browser the authentication dialog box comes, I put in the correct
values and then I can download the file to my disk. If I try to do so by
using the above command I just get a file with the error information that
the authentication failed.
Anyone can help me ?
Thanks
// luis oliveira