http headers support

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
kcorey
Posts: 62
Joined: Fri Nov 25, 2011 6:06 pm

http headers support

Post by kcorey » 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

pshuster
Posts: 9
Joined: Thu Apr 19, 2012 11:22 pm

Re: http headers support

Post by pshuster » Fri May 25, 2012 6:32 pm

Ken:

I too need to get headers after a POST. Can you please tell me how you are 'temporarily' doing it for IOS ?

- Paul

Post Reply