Use of keyword "https"

Timothy Bleiler bleiler at buffalo.edu
Mon Jan 23 14:17:12 EST 2006


Thanks for the reply,

I think I have the SSL & Encryption library that comes with Rev. Is  
there something else I need?

--Tim Bleiler


On Jan 23, 2006, at 1:39 PM, Mark Smith wrote:

> Do you have the SSL plugin? If not then it won't work, but you can  
> maybe do it through a shell. I've had good luck with 'curl', which  
> would be something like:
>
> put "https://www.example.com/output?this=that"  into tURL
> put shell("curl" && quote & tURL & quote) into testData
>
> Mark
>
>
> On 23 Jan 2006, at 18:25, Timothy Bleiler wrote:
>
>> Hi,
>>
>> I'm trying to access an active server page on a secure server.  
>> According to the documentation on "https" a line like this should  
>> work
>>
>> put URL "https://www.example.com/output?this=that" into testData
>>
>>
>> When the asp page I want is located on an regular server, my data  
>> comes back fine.
>> When it is on an https server, nothing is returned.
>>
>> Anyone know what else I have to do to get this to work?
>>
>> Thanks,
>> Tim Bleiler, Instructional Designer
>> University at Buffalo
>> _______________________________________________
>> 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
>
> _______________________________________________
> 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