http headers support
Posted: Sat Jan 21, 2012 3:07 pm
If you want to create a cookies-based login system, it's only available via the libURLLastRHHeaders command, which of course is not available in mobile versions of LiveCode (as of 5.0.2).
I'm not asking for full libURL functionality, just a way to get to the headers. That way I can take advantage of the elegant way get and post work to do a full and secure user session between my app and web server.
I'm implementing a very hacky way to do this via rreSocket for now just to get a version of the code out there that works on iOS, but it's not very robust.
Thanks,
-Ken
I'm not asking for full libURL functionality, just a way to get to the headers. That way I can take advantage of the elegant way get and post work to do a full and secure user session between my app and web server.
I'm implementing a very hacky way to do this via rreSocket for now just to get a version of the code out there that works on iOS, but it's not very robust.
Thanks,
-Ken