Google Latitude API with HTTP?

178 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
jlivni 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.