Where can I find reference code that implements a HTTP Basic Authentication client in pure Javascript, suitable for Ajax?
(Yes, I could read the spec and implement it myself, but it's for a side project and I'd rather not spend much time on it.)
Extra points for code, or pointers to code, that can be used independent of JS toolkits like YUI. No points for Java, Flash/Flex, PHP frameworks, etc.