HTTP Secure Requests
Mark Smith
lists at futilism.com
Thu Nov 13 22:01:14 EST 2008
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
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list