how to load URL from a pw protected directory?

2008-11-25 Thread Tiemo Hollmann TB
Hello,

can I load a file with load URL from a password protected directory from my
webserver (protected with a htaccess file)? up to now, I don't succeed. 

or do I have to use libURLftpCommand in the case of a pw protected
directory, what would not have all the convenient functions like load URL.

Thanks for any hints

Tiemo

 

 

 

 

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: how to load URL from a pw protected directory?

2008-11-25 Thread Sarah Reichelt
On Tue, Nov 25, 2008 at 9:12 PM, Tiemo Hollmann TB [EMAIL PROTECTED] wrote:
 Hello,

 can I load a file with load URL from a password protected directory from my
 webserver (protected with a htaccess file)? up to now, I don't succeed.

You should be able to use something like:

load URL http://username:[EMAIL PROTECTED]

Cheers,
Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


AW: how to load URL from a pw protected directory?

2008-11-25 Thread Tiemo Hollmann TB
Yep, didn't thought about that
Thank you
Tiemo

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Sarah Reichelt
 Gesendet: Dienstag, 25. November 2008 12:55
 An: How to use Revolution
 Betreff: Re: how to load URL from a pw protected directory?
 
 On Tue, Nov 25, 2008 at 9:12 PM, Tiemo Hollmann TB [EMAIL PROTECTED]
 wrote:
  Hello,
 
  can I load a file with load URL from a password protected directory from
 my
  webserver (protected with a htaccess file)? up to now, I don't succeed.
 
 You should be able to use something like:
 
 load URL http://username:[EMAIL PROTECTED]
 
 Cheers,
 Sarah
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: how to load URL from a pw protected directory?

2008-11-25 Thread Mark Schonewille

Hi,

It should be possible to do this by setting the httpheaders. Does  
anyone know which headers one should use?


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Dutch forum: http://runrev.info/rrforum

Color Converter has been updated! Get it at
http://colorconverter.economy-x-talk.com !

On 25 nov 2008, at 12:55, Sarah Reichelt wrote:

On Tue, Nov 25, 2008 at 9:12 PM, Tiemo Hollmann TB [EMAIL PROTECTED] 
 wrote:

Hello,

can I load a file with load URL from a password protected directory  
from my
webserver (protected with a htaccess file)? up to now, I don't  
succeed.


You should be able to use something like:

load URL http://username:[EMAIL PROTECTED]

Cheers,
Sarah



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


AW: how to load URL from a pw protected directory?

2008-11-25 Thread Tiemo Hollmann TB
It works, as Sarah proposed
Tiemo

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Mark Schonewille
 Gesendet: Dienstag, 25. November 2008 14:07
 An: How to use Revolution
 Betreff: Re: how to load URL from a pw protected directory?
 
 Hi,
 
 It should be possible to do this by setting the httpheaders. Does
 anyone know which headers one should use?
 
 --
 Best regards,
 
 Mark Schonewille
 
 Economy-x-Talk Consulting and Software Engineering
 http://economy-x-talk.com
 http://www.salery.biz
 Dutch forum: http://runrev.info/rrforum
 
 Color Converter has been updated! Get it at
 http://colorconverter.economy-x-talk.com !
 
 On 25 nov 2008, at 12:55, Sarah Reichelt wrote:
 
  On Tue, Nov 25, 2008 at 9:12 PM, Tiemo Hollmann TB [EMAIL PROTECTED]
   wrote:
  Hello,
 
  can I load a file with load URL from a password protected directory
  from my
  webserver (protected with a htaccess file)? up to now, I don't
  succeed.
 
  You should be able to use something like:
 
  load URL http://username:[EMAIL PROTECTED]
 
  Cheers,
  Sarah
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: how to load URL from a pw protected directory?

2008-11-25 Thread Andre Garzia
Tiemo,

You know that if you transmit that thru HTTP instead of HTTPS, your
password is sent in plain text, right? If you're dealing with
sensitive data, I sugest you do secure http transactions.

Andre

On Tue, Nov 25, 2008 at 11:14 AM, Tiemo Hollmann TB [EMAIL PROTECTED] wrote:
 It works, as Sarah proposed
 Tiemo

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Mark Schonewille
 Gesendet: Dienstag, 25. November 2008 14:07
 An: How to use Revolution
 Betreff: Re: how to load URL from a pw protected directory?

 Hi,

 It should be possible to do this by setting the httpheaders. Does
 anyone know which headers one should use?

 --
 Best regards,

 Mark Schonewille

 Economy-x-Talk Consulting and Software Engineering
 http://economy-x-talk.com
 http://www.salery.biz
 Dutch forum: http://runrev.info/rrforum

 Color Converter has been updated! Get it at
 http://colorconverter.economy-x-talk.com !

 On 25 nov 2008, at 12:55, Sarah Reichelt wrote:

  On Tue, Nov 25, 2008 at 9:12 PM, Tiemo Hollmann TB [EMAIL PROTECTED]
   wrote:
  Hello,
 
  can I load a file with load URL from a password protected directory
  from my
  webserver (protected with a htaccess file)? up to now, I don't
  succeed.
 
  You should be able to use something like:
 
  load URL http://username:[EMAIL PROTECTED]
 
  Cheers,
  Sarah


 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution




-- 
http://www.andregarzia.com All We Do Is Code.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution