On Fri, 05 Jun 2009 09:34:05 -0400, Tom Worster <f...@thefsb.org> wrote: > not for "basic auth" which is handled in http. you need to fix this on the > server. i don't think there's much point in user auth for autocompletion > lookups so i would turn it off.
Well you could expose your auth un/pw by including it in the fetch url, couldn't you? http://<username>:<password>@<host>/<path>, though this will fail for IE7+ users, as MS disallowed this syntax starting with IE7. Otherwise I agree with Tom. -S