How to work with http URLs that require a cookie?
Richard Gaskin
ambassador at fourthworld.com
Fri Aug 30 10:05:38 EDT 2013
Malte Brill wrote:
> I need to access an URL on the Web, that requires a session cookie
> after a login page. How / Can we handle that?
Cookies are exchanged between client and server in the HTTP header (one
more reason I believe they should be used sparingly, as all transactions
carry all cookies for the domain, increasing traffic unnecessarily when
they're not actually used).
Trevor wrote some notes on that here a while back:
<http://lists.runrev.com/pipermail/use-livecode/2008-July/112454.html>
--
Richard Gaskin
Fourth World
LiveCode training and consulting: http://www.fourthworld.com
Webzine for LiveCode developers: http://www.LiveCodeJournal.com
Follow me on Twitter: http://twitter.com/FourthWorldSys
More information about the use-livecode
mailing list