-----Original Message----- From: Loren Stafford [mailto:lstafford@icompression.com] Sent: Friday, September 24, 1999 12:50 To: Joshua Brauer Subject: RE: [Zope] REVIEW: How-To: Using ZClient to Access Another Server I haven't actually done it with zClient, but I know you can put your userID and password in the URL. Something like this: https://userID:password@www.wellsfargo.com/accounts/userID This works with browser-implemented Basic Authentication. Is that what you meant? If the bank presents an HTML form that you have to fill in, I'm not sure. You might be able to mimic the results of returning the form, and just send them directly to the bank without getting the form first. A highly secure server (and you hope your bank's is very secure) will implement exotic measures that try to prevent you from doing that. -- Loren
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Joshua Brauer Sent: Friday, September 24, 1999 11:52 To: zope@zope.org Subject: Re: [Zope] REVIEW: How-To: Using ZClient to Access Another Server
Has anybody worked on this kind of thing where the passwords are fields on the page. For example I might like to have a method that goes to my bank's page each morning, enters the proper information (posts a form with my username and password to the bank server) and then navigates to a page that has my balance on it so I can "chop" it into my personal home page....
Josh
At 11:09 AM -0700 9/24/99, Loren Stafford wrote:
I just wrote this little How-To
http://www.zope.org/Members/lstaffor/ZClientMethod/
Before I have it catalogued as an official How-To, please check to see if I left anything out or made any glaring errors.
-- Thanks -- Loren
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
___________________________________________ Joshua Brauer joshua@brauer.org http://www.brauer.org ___________________________________________
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )