ajax call through cas

Posted by manu1001 on Stack Overflow See other posts from Stack Overflow or by manu1001
Published on 2009-12-11T12:24:06Z Indexed on 2010/06/03 0:24 UTC
Read the original article Hit count: 677

Filed under:
|
|

I need to write a google gadget that reads feeds from google groups. Trouble is I'm making an ajax call to retrieve the feeds and our google apps domain is protected by CAS (central authentication service). So, I'm getting a 400 bad request on making the call.

I suspect that the browser is not sending the cookie when making ajax call. How do I ensure that the cookie is also sent with the ajax call? OR if that's not supposed to be the problem, what do i need to do?

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about cookie