Hacker News new | ask | show | jobs
by stoney 5474 days ago
I got around the problem of needing to show data from a non-SSL map server on an https site by using reverse proxying. So my javascript requests the map tiles from a URL on my site (over https), the server then forwards the request to the real map server. That should work for Cloudmade's map server. Not sure if you could do that with Olark.