> I am using the plugin in "remote-mode" meaning that I fetch a
> seperated list from my server. The problem now is that this server
> uses basic authentication and whenever I start typing I get prompted
> for the username and password, which is quite annoying.
>
> The jQuery Form Plugin for example allows to send username and
> password for authentication, which are in fact plain $.ajax
> parameters. Is such a method possible for the autocomplete plugin as
> well or how could I possibly work around this problem?
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.
No comments:
Post a Comment