Hi all, is there a preferred / recommended method for performing authenticated web queries using the Pivot web query API's? It seems as though HTTP BasicAuth is supported out of the box, though I was wondering how one would go about handling a server-side session based authentication scheme. This would obviously either require cookie support or some sort of automated mechanism to handle URL session token parameters. I guess I could roll my own by implementing the Authentication interface, though it does seem like a fairly common use-case, so I'd be interested to hear whether anyone else has attempted to tackle this kind of problem before.
Regards, Pierre
