Loading urls from a protected website

Richard Gaskin ambassador at fourthworld.com
Wed Dec 6 10:25:14 EST 2006


Eric Chatonet wrote:
> To update an application from the web that requires downloading many  
> files, I have built without any problem a process using the non  
> blocking load command allowing to display a progress bar.
> Now I have protected access to the website folders (usual login and  
> password).
> So I can no longer use "load": the command returns a 401 error  
> (protected access).

If it's protected with htaccess you should be able to embed the login in 
the URL as with FTP:

    http://<user>:<password>@www.mydomain.com

--
  Richard Gaskin
  Managing Editor, revJournal
  _______________________________________________________
  Rev tips, tutorials and more: http://www.revJournal.com



More information about the use-livecode mailing list