I have same issue. It isn't cross domain. withCredentials doesn't help. I can see console.log($cookies.sessionID). Right after $http.post doesn't send sessionID. It means I have wrong request.
On Friday, August 24, 2012 8:16:54 PM UTC+3, levyuk wrote: > > HI all, > > I might be being thick here but whenever I use $http to request something > from a server the cookies are not sent with the request and so the request > isn't authorised. What am I doing wrong? Do I have to tell angular to send > the cookies? If so how? I've looked for information on http withCredentials > but it's impossible to find. > > Thanks > Jon > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
