7. GeoShop URL's via a Proxy Server

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 URLRedirecting <Proxy-Url> to <GeoShop-Url>
Description UserAdding arguments &user=<user>&password=<password> if not already there.