Status: UNKNOWN Time Taken: 467 Size: 1933 Timestamp: Mon Jun 02 14:40:47 IST 2014 TestStep: Request 1 ----------------- Messages ------------------------------ ----------------- Properties ------------------------------ StatusCode: 200 Method: GET HTTP Version: HTTP/1.1 Endpoint: http://maps.googleapis.com URL: http://maps.googleapis.com/maps/api/geocode/json?address=1600%20Amphitheatre%20Parkway%2C%20Mountain%20View%2C%20CA&sensor=false ---------------- Request --------------------------- Host: [maps.googleapis.com] Accept-Encoding: [gzip,deflate] User-Agent: [Apache-HttpClient/4.1.1 (java 1.5)] Connection: [Keep-Alive] GET http://maps.googleapis.com/maps/api/geocode/json?address=1600%20Amphitheatre%20Parkway%2C%20Mountain%20View%2C%20CA&sensor=false HTTP/1.1 Accept-Encoding: gzip,deflate Host: maps.googleapis.com Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5) ---------------- Response -------------------------- X-Frame-Options: [SAMEORIGIN] Transfer-Encoding: [chunked] Access-Control-Allow-Origin: [*] Vary: [Accept-Language] Date: [Mon, 02 Jun 2014 09:10:48 GMT] #status#: [HTTP/1.1 200 OK] X-XSS-Protection: [1; mode=block] Expires: [Tue, 03 Jun 2014 09:10:48 GMT] Alternate-Protocol: [80:quic] Content-Type: [application/json; charset=UTF-8] Server: [mafe] Cache-Control: [public, max-age=86400] { "results" : [ { "address_components" : [ { "long_name" : "1600", "short_name" : "1600", "types" : [ "street_number" ] }, { "long_name" : "Amphitheatre Parkway", "short_name" : "Amphitheatre Pkwy", "types" : [ "route" ] }, { "long_name" : "Mountain View", "short_name" : "Mountain View", "types" : [ "locality", "political" ] }, { "long_name" : "Santa Clara County", "short_name" : "Santa Clara County", "types" : [ "administrative_area_level_2", "political" ] }, { "long_name" : "California", "short_name" : "CA", "types" : [ "administrative_area_level_1", "political" ] }, { "long_name" : "United States", "short_name" : "US", "types" : [ "country", "political" ] }, { "long_name" : "94043", "short_name" : "94043", "types" : [ "postal_code" ] } ], "formatted_address" : "1600 Amphitheatre Parkway, Mountain View, CA 94043, USA", "geometry" : { "location" : { "lat" : 37.4219998, "lng" : -122.0839596 }, "location_type" : "ROOFTOP", "viewport" : { "northeast" : { "lat" : 37.4233487802915, "lng" : -122.0826106197085 }, "southwest" : { "lat" : 37.4206508197085, "lng" : -122.0853085802915 } } }, "types" : [ "street_address" ] } ], "status" : "OK" }