Skip to content

Instantly share code, notes, and snippets.

@apemberton
Created February 14, 2011 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apemberton/826285 to your computer and use it in GitHub Desktop.
Save apemberton/826285 to your computer and use it in GitHub Desktop.
Geolocation on IE9 through VMWare (no wireless support)
POST https://inference.location.live.net/inferenceservice/v21/Pox/GetLocationUsingFingerprint HTTP/1.1
Accept: */*
Accept-Language: en-us
Content-Type: text/xml
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
Host: inference.location.live.net
Content-Length: 595
Connection: Keep-Alive
Cache-Control: no-cache
<GetLocationUsingFingerprint xmlns="http://inference.location.live.com"><RequestHeader><Timestamp>2011-02-14T01:04:18.0000167-05:00</Timestamp><ApplicationId>e1e71f6b-2149-45f3-a298-a20682ab5017</ApplicationId><TrackingId>C7A2870D-A13D-4EC4-992D-B17084EE8BAF</TrackingId><DeviceProfile ClientGuid="0fc571be-4624-4ce0-b04e-911bdeb1a222" Platform="Windows7" DeviceType="PC" OSVersion="7600.16539.amd64fre.win7_gdr.100226-1909" LFVersion="9.0.8080.16413" ExtendedDeviceInfo="" /><Authorization /></RequestHeader><BeaconFingerprint><Detections /></BeaconFingerprint></GetLocationUsingFingerprint>
HTTP/1.1 200 OK
Content-Type: application/xml; charset=utf-8
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Mon, 14 Feb 2011 01:04:33 GMT
Content-Length: 729
<?xml version="1.0" encoding="utf-8"?><GetLocationUsingFingerprintResponse xmlns="http://inference.location.live.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><GetLocationUsingFingerprintResult><ResponseStatus>Success</ResponseStatus><LocationResult><ResolverStatus Status="Success" Source="IP"/><ResolvedPosition Latitude="37.5023" Longitude="-77.569298" Altitude="0"/><RadialUncertainty>3218</RadialUncertainty><TileResult/><TrackingId>c7a2870d-a13d-4ec4-992d-b17084ee8baf</TrackingId></LocationResult><ExtendedV21Result CrowdSourcingLevel="Medium" ServerUtcTime="2011-02-14T01:04:34.7730241Z"/></GetLocationUsingFingerprintResult></GetLocationUsingFingerprintResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment