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?