opensas
2006-Jun-29 23:33 UTC
[Rails] script..aculo.us - ajax not working with NTLM on windows
Sorry if this is the wrong place to post this subject. I''m trying to implement an autocompleter input text (in asp, for the moment) using the script.aculo.us / prototype library. In IE (internetExplorer) it works fine. But in FF (fireFox) it keeps asking for my user/password on every atempt to reach the server from the AJAX call. The site is configures with integrated security and with no anonymous access (with anonymous access it works OK) in FF, in about:config I added my site to the network.negotiate-auth.trusted-uris list, so when I open my browser it does the NTLM stuff pretty well, without bothering me with those nasty user/password dialog, but when calling them from the AJAX component the NTLM authentication doesn''t seem to work. Any ideas??? -- Posted via http://www.ruby-forum.com/.
Charles Leeds
2006-Jun-30 14:37 UTC
[Rails] script..aculo.us - ajax not working with NTLM on windows
Firefox does not pass through NTLM credentials on AJAX calls. This is a bug in Firefox 1.5. https://bugzilla.mozilla.org/show_bug.cgi?id=331210 I have requested that the Mozilla Foundation fix this bug in Firefox 2.0, as it makes will make Firefox difficult to use in a Windows centric environment. I suggest you do the same. Stress to them corporate adoption of Firefox hinges on fixing this bug. partners@mozilla.org I was told this would be fixed in Firefox 2.0 - but so far I''ve not seen any indication it has been. Charles Leeds opensas wrote:> Sorry if this is the wrong place to post this subject. > > I''m trying to implement an autocompleter input text (in asp, for the > moment) using the script.aculo.us / prototype library. > > In IE (internetExplorer) it works fine. > > But in FF (fireFox) it keeps asking for my user/password on every atempt > to reach the server from the AJAX call. > > The site is configures with integrated security and with no anonymous > access (with anonymous access it works OK) > > in FF, in about:config I added my site to the > network.negotiate-auth.trusted-uris list, so when I open my browser it > does the NTLM stuff pretty well, without bothering me with those nasty > user/password dialog, but when calling them from the AJAX component the > NTLM authentication doesn''t seem to work. > > Any ideas??? > >