Re: [android-developers] Re: c2DM error when third-party server sends data to push

2011-01-09 Thread Nagaraj Ramarao
IGIN X-XSS-Protection: 1; mode=block Server: GSE Transfer-Encoding: chunked Unauthorized Unauthorized Error 401 Not sure how to get this thing working. Nagaraj On Sun, Jan 9, 2011 at 12:27 AM, Nagaraj Ramarao wrote: > Hi Jose, > Happy New Y

Re: [android-developers] Re: c2DM error when third-party server sends data to push

2011-01-08 Thread Nagaraj Ramarao
t; > > PostMethod httppost = new PostMethod(C2DM_URL); > > > try { > > > httppost.addRequestHeader("Authorization", > "GoogleLogin auth=" + > > > authToken); > > > httppost.addRequestHeader(&qu

[android-developers] Re: c2DM error when third-party server sends data to push

2010-12-24 Thread Nagaraj Ramarao
Can someone knowledgable with C2DM help me resolve this issue please. Thanks Nagaraj On Thu, Dec 23, 2010 at 10:20 AM, nagaraj wrote: > I am trying to push data from my server hosting a webservice but I get > the following error: > > > > 411 Length Required >