Re: [jQuery] Re: How to disable jQuery favicon?

2009-12-22 Thread Todd Wells
Oh, icon identification fail -- I mistakenly thought the "J" was jQuery, but it was Jetty... sorry for the noise :-/ On Tue, Dec 22, 2009 at 10:11 AM, lelando wrote: > It really shouldn't be there, so first, double-check it in another > browser, and make sure you clear your cache thoroughly. > >

[jQuery] Re: jQuery.ajax() not calling beforeSend?

2009-10-22 Thread Todd Wells
It's our own existing auth service (and I'm not on the implementation team). Most other usages of this service are not directly from the browser, but from the back-end via java. I thought about proxying it via my service, but my service isn't SSL, so proxying still doesn't give me security anyway.

[jQuery] Re: jQuery.ajax() not calling beforeSend?

2009-10-21 Thread Todd Wells
That's correct, the problem is that it's an authentication service and while I *could* put the credentials on the URL, it would be sending them in the clear across the internet, which is not acceptable. On Wed, Oct 21, 2009 at 4:59 PM, Mike Alsup wrote: > > > Yes, it is on a different domain (wh

[jQuery] Re: jQuery.ajax() not calling beforeSend?

2009-10-21 Thread Todd Wells
Yes, it is on a different domain (which is why jsonp is being used). What strategy would you suggest for me to be able to specify headers? It's a must-have for my application. On Wed, Oct 21, 2009 at 4:43 PM, Mike Alsup wrote: > > > The alert below never occurs (and a breakpoint is never hit if