If you want to connect the GeoShop Server (maps and other data) via
a Proxy Server to the map, you have to define the URL of the Proxy Server
with the method GSMap.setServer(<Proxy-Url>). In
the Proxy server you have to redirect the Urls to the GeoShop Server. If
you do not set a GeoShop User with
GSMap.setUser(<user>,<password>)then you
have to add the user/password in the Proxy Server.
| Proxy incoming URL | <Proxy-Url>/webclient?<arguments> |
| Proxy outgoing URL | <GeoShop-url>/webclient?<arguments>[&user=<user>&password=<password>]. |
| Description URL | Redirecting
<Proxy-Url> to
|
| Description User | Adding arguments
&user=<user>&password=<password>
if not already there. |