2 messages in com.googlegroups.bloggerdevRe: [bloggerDev] credentials
FromSent OnAttachments
dann...@gmail.com08 Sep 2005 17:06 
Steve Jenson08 Sep 2005 17:18 
Subject:Re: [bloggerDev] credentials
From:Steve Jenson (sjen@google.com)
Date:09/08/2005 05:18:37 PM
List:com.googlegroups.bloggerdev

The format is:

Authorization: BASIC X

Where X is: Base64(username + ":" + password)

HTH, Steve

On 9/8/05, dann@gmail.com <dann@gmail.com> wrote:

I cant seem to figure out how to construct the credentials string.

It looks like I have to use the base64 encoder, but I dont know what the syntax of the string is.

I assume it is something like $username:$password:$blogID?

And I could not find anything to tell me exactly how to construct it.

Thanks