Re: Autobanking
Re: Autobanking
- Subject: Re: Autobanking
- From: Robert Goldsmith <email@hidden>
- Date: Wed, 26 Sep 2001 23:11:34 +0100
Every web "session" consists of a series of HTTP requests and
responses. As long as you send the appropriate HTTP requests, the
web server on the other end won't know that you're a Cocoa app and
not a web browser. So the trick becomes figuring out what the
appropriate HTTP requests are. Hopefully, your bank uses secure HTTP
(https), which unfortunately makes this task more difficult.
Full HTTP 1.1 protocol, HTML 4.01 and XHTML (as well as many others)
are available at www.w3.org. There you should find the definitive
HTTP specs. I think it also covers SHTTP.
I think it might be possible to use the ssh2 frameworks to aid you in
the ssl and shtml stuff. just a suggestion.
Robert
--
Please note the new email address:
email@hidden