[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [5.1.4] Recommended way to work with Telnet server?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Wed, 23 Feb 2011 10:23:33 +0100
On Tue, 22 Feb 2011 16:44:24 +0100, Jerome Vuarand
<jerome.vuarand@gmail.com> wrote:
>Cookies are just HTTP headers. You can use the LuaSocket http module
>to do the requests, it gives you direct access to outgoing and
>incoming headers. Parsing the cookie actual content is then just a few
>string.match calls away.
>
Thanks for the tip. I'll read up on how to save cookies in an external
file, and read those before sending any new query to the HTTP server.