> On Mon, Apr 4, 2011 at 9:24 PM, Greg Brown <[email protected]> wrote: > I have written a custom cookie-based Authentication implementation. It's > actually not that difficult. > > Thanks, I'll give that a try. Were you able to do that using the Pivot web > API's alone or did you need to use something like Apache HttpClient
Just the Pivot APIs. I used a PostQuery to simulate what the browser would send to the server at login. I extracted the session cookie information from the response and kept it for use in subsequent queries.
