| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
RE: https://banking.wellsfargo.com project
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 8 Jan 2003 12:01:26 +0100 (MET)
On Wed, 8 Jan 2003, G G wrote:
> Wouldn't it be nice if I were able to pay my bills in a totally automated
It is certainly possible, and I once upon the time wrote the initial SSL
> I think a tool like curl would allow me to do that. But not being
Well, when I do automated stuff like this, I usually write a perl script to
> I don't think this session string should be confused with a cookie.
Well, they most likely use cookies as well. Most sites like that do.
> Could you give me a concrete example, please, of an analogous situation
Most sites that do session management use cookies for keeping the session.
curl -b cookies.txt -c cookies.txt [URL]
If you need to login, and then follow a URL that contains a session-part that
curl -d "user=daniel&password=bankaccount" -c cookies.txt [URL] -o \
grep href logindump.txt (grep won't suffice of course)
curl -c cookies.txt [extracted URL]
> Perhaps I haven't done enough reading yet and the answer is in some FAQ
I think you can get a first feeling for it by reading "The Art Of Scripting
http://curl.haxx.se/docs/httpscripting.html
-- Daniel Stenberg -- curl, cURL, Curl, CURL. Groks URLs. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.comReceived on 2003-01-08 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info