I have now moved all my code from php to LiveCode server as the middle-ware.
Firstly it appears that the LiveCode post operation does reuse authentication
credentials to an https connection as long as calls are made within a single
script. In my case the first call typically takes slightly more
There was supposedly an effort to enable secure Postgres connection a few years
ago, but it seems to have withered and died.
I had to give up on mysql for postgesql one the need to send compound queries.
AFAIK, you still can’t do a block mysql transaction in mysql with livecode,
making rollbac
I think I remember why I couldn’t do it. I was using the loopback connector for
some reason.
Bob S
On Dec 22, 2020, at 2:21 PM, Ralph DiMola via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Tried it on Mac (Mojave) and it worked. Though I did have to use the IP address
rather t
mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of
Bob Sneidar via use-livecode
Sent: Tuesday, December 22, 2020 4:48 PM
To: How to use LiveCode
Cc: Bob Sneidar
Subject: Re: Secure connection to server
Hmmm… didn’t work on my Mac. Not sure why, it may be something I did.
Bob S
On Dec 22,
Hmmm… didn’t work on my Mac. Not sure why, it may be something I did.
Bob S
On Dec 22, 2020, at 1:48 PM, Ralph DiMola via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
I'm able to have the socket client and server on the same device. (Win 10)
Ralph DiMola
IT Director
Evergreen In
ecode
Sent: Tuesday, December 22, 2020 4:34 PM
To: How to use LiveCode
Cc: Bob Sneidar
Subject: Re: Secure connection to server
I created a simple client and server stack combo that uses sockets to pass an
encrypted stream of data back and forth. I have been meaning to implement it
for the very re
I created a simple client and server stack combo that uses sockets to pass an
encrypted stream of data back and forth. I have been meaning to implement it
for the very reasons you suggest, but since the nature of the data doesn’t
demand it, and since I develop basically gratis for the company I