Google Latitude API with HTTP?

173 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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.