What were you going to do with the Content-Length header? You don't need it to decode the JSON response. Maybe there's another way to approach whatever you would be using it for?
-Mike On Wed, Feb 9, 2011 at 2:46 PM, Tim King <[email protected]>wrote: > I tried out the following API request: > > GET > /maps/api/geocode/json?address=7450+W+130th+St,+Overland+Park,+KS&sensor=false > HTTP/1.1 > > and found the Content-Length header is missing from the json response. > > > > I was wondering if this was intentional or accidental and if accidental was > it going to be added. > > > > The XML response contains a Content-Length header which I can use but I > would prefer using the json response. > > > > Thank you for your time. > > Tim > > > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
