On 13 Mar 2005, at 05:46, Jim Ault wrote:
Does this mean that to access any https URL I would have to spend 133 pounds
?
On Mac OSX this is a shell command and works with do cmd as applescript.
However... Rev (put line 1 of URL "https://someServerOutThere.com/" into
temp) does not work.
-->error cannot load SSL library<-- rev 2.5.1 (OSX 10.3.7)
I've found using the curl shell to be effective:
put shell(curl "https://someServerOutThere.com/") into temp
or something along those lines.
Type "man curl" in terminal to get more details.
Cheers,
Mark
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
