Closed GoogleCodeExporter closed 8 years ago
Can you please capture the HTTP traffic with Fiddler so that we can see both
the XML request and response?
Thanks
Claudio
Original comment by ccherub...@google.com
on 9 Nov 2011 at 12:30
What are you looking for specifically in the HTTP traffic? I would need to
strip out the authentication info of course.
Thanks
Dave
/accounts/ClientLogin
POST https://www.google.com/accounts/ClientLogin HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Host: www.google.com
Content-Length: 123
Expect: 100-continue
Connection: Keep-Alive
Email=username%40gmail.com&Passwd=unbreakable&source=ExecRequest%2F1.0.0&service
=cp&accountType=HOSTED_OR_GOOGLE
GET
https://www.google.com/m8/feeds/contacts/username@gmail.com/full?max-results=250
0 HTTP/1.1
Content-Type: application/atom+xml; charset=UTF-8
User-Agent: G-ExecRequest/1.0.0/GDataGAuthRequestFactory-CS-Version=1.9.0.0
Authorization: GoogleLogin auth=[removed]
GData-Version: 1.0
Host: www.google.com
Response XML:
<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
xmlns:gContact="http://schemas.google.com/contact/2008"
xmlns:batch="http://schemas.google.com/gdata/batch"
xmlns:gd="http://schemas.google.com/g/2005">
...
Original comment by dave.r...@gmail.com
on 9 Nov 2011 at 1:14
Actually, I wanted to check whether the response xml contained the custom
fields you are trying to retrieve.
BTW, are you sure those custom fields were added in the first place?
Original comment by ccherub...@google.com
on 9 Nov 2011 at 1:18
Looks like you (and I) responded on
http://code.google.com/p/google-gdata/issues/detail?id=518
Original comment by ccherub...@google.com
on 9 Nov 2011 at 1:39
Original issue reported on code.google.com by
dave.r...@gmail.com
on 8 Nov 2011 at 10:36