Marcus, which version of Rev do you have? As I understand it, only Enterprise users get secure sockets (which is what libUrl needs to do https).

If you're on a mac or linux you can use a shell call to curl:

put shell("curl -s  https://www.mysite.com";) into myVar.

Actually, you can install curl on Windows, but it doesn't come as part of the default install.

Best,

Mark

On 14 Nov 2008, at 02:39, Marcus Lindley wrote:

Can Rev handle secure HTTP requests outside of the RevBrowser functions?
I'm trying to do something like this :

    put url https://www.mysite.com into myVar
    (or get url https://www.mysite.com
     put it into myVar)
    answer myVar

All I get is nothing.  Works fine with a normal "http" request.

Any suggestions?
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to