Communicating with CGI script
Posted: Wed Oct 05, 2011 7:49 am
I have a desktop application is going to use an online registration scheme to validate that the user is a licensed user of my software. A friend of mine has written the CGI scripts and created the online database for all this. He's not a RunRev guy, but has told me what he needs to get from the stack. I now need to figure out how to connect from my desktop stack to the server and get back the responses to the validation request.
This is what he needs from me:
I send him a URL like this:
myDomainName.com/bin/validate.php?key=####
I get back a response that I use to determine whether to allow the user to continue.
I have no idea how to send this kind of query from LiveCode or how to receive a response. I'm from HyperCard days when there was no Internet and don't really know how to communicate with servers this way. How do I communicate? What is the command sequence to do this?
This is what he needs from me:
I send him a URL like this:
myDomainName.com/bin/validate.php?key=####
I get back a response that I use to determine whether to allow the user to continue.
I have no idea how to send this kind of query from LiveCode or how to receive a response. I'm from HyperCard days when there was no Internet and don't really know how to communicate with servers this way. How do I communicate? What is the command sequence to do this?