11 messages in com.googlegroups.google-base-data-apiRe: passing auth in the header and re...
FromSent OnAttachments
richardko1215 Mar 2007 23:15 
Jeff S16 Mar 2007 11:25 
richardko1216 Mar 2007 12:51 
Jeff S16 Mar 2007 15:40 
richardko1216 Mar 2007 17:00 
richardko1216 Mar 2007 17:27 
Jeff S17 Mar 2007 16:15 
richardko1218 Mar 2007 18:27 
joh...@gmail.com19 Mar 2007 08:19 
richardko1219 Mar 2007 10:52 
joh...@gmail.com19 Mar 2007 11:27 
Subject:Re: passing auth in the header and receiving the data
From:Jeff S (j.@google.com)
Date:03/16/2007 03:40:16 PM
List:com.googlegroups.google-base-data-api

Hi ro,

Could it be a unicode marker before the <?xml... in the server's response? You might try using wire shark/ethereal or a similar tool to grab the HTTP response from the server. If I could look at that I think it might offer a clue.

Thank you again,

Jeff

On Mar 16, 12:51 pm, "richardko12" <cpca@gmail.com> wrote:

I tried the 'Authorization: GoogleLogin auth=' before and when I did

$result = curl_exec($ch); /* Execute the HTTP command. */

I got the error below when I try to "echo" the $result

org.xml.sax.SAXParseException: Content is not allowed in prolog.

The xml parser did not return any data at all.

Any idea?