S
S
sajgak2011-03-03 15:54:05
Google Maps
sajgak, 2011-03-03 15:54:05

work with Google Maps on a foreign domain

The task is to implement a code that can be inserted into forums/blogs/etc. using in its work maps from Google and our data superimposed on them.

Accordingly, the question is how best to form a map. It seems to be possible to work with maplets, but how it (the maplet) to transfer data identifying the desired user (and then, accordingly, return this data to my server) is completely unclear.

Does anyone have any experience on this issue?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
IlVin, 2011-03-04
@IlVin

Something tells me that you are struggling with protection from cross-domain scripting.
This class of tasks is solved using request proxying: scripts access their domain, and the domain redirects requests to the donor site.
This task can be solved, for example, using the nginx ngx_http_proxy_module module:
sysoev.ru/nginx/docs/http/ngx_http_proxy_module.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question