From: Albert Schlef Date: 2009-01-25T09:48:54+09:00 Subject: Re: secure client api for a web service Carla wrote: > What other ways are there to start building a secure client api? I'm not familiar with java and the technologies you mentioned, but I'd simply instruct my users (programmers) to access my api using https://. Their first call would be to the login page. Subsequent calls would need to send the session cookie. -- Posted via http://www.ruby-forum.com/.