Search code examples
httpsoauth-2.0google-latitude

Google Latitude API with HTTP?


This might be the stupiest question of the day but does Google Latitudes API work with unsecured pages, HTTP?


Solution

  • The Latitude API works over HTTPS only, but you can certainly have an application that makes requests to the Latitude API, and then returns results on HTTP pages.