[racket] login to a site
On Thu, Feb 14, 2013 at 06:06:44AM -0700, Jay McCarthy wrote:
> The answer to this question depends entirely on the site. Most sites
> will have an HTML form which expects you to send the credentials to
> via the query string or maybe post data. The response is likely to
> contain a cookie, in its headers, which you would include in the
> headers on future requests.
>
There's also the question of accessing a password safe on your own computer.
Ypu can do without, and just remember all your passwords, but is there a
standard way to do that?
-- hendrik