.. _mapcache_proxying: ***************************************************************************** Proxying Unsupported Requests ***************************************************************************** :Author: Thomas Bonfort :Contact: tbonfort at terriscope.fr .. note:: This page is a work in progress MapCache has the ability to forward any incoming request that it cannot natively respond to (either by returning a tile directly, by :ref:`merging ` multiple tiles, etc...). This setup allows mapcache to be placed transparently in front of an existing OGC-service supplying server to accelerate tiled or getmap requests for a selected number of :ref:`grids `, while maintaining service compatibility for, e.g., unsupported grids, WFS requests, ... .. note:: The proxying of requests is configured inside the :ref:`WMS ` MapCache service, which is semantically awkward. The configuration for this behavior is activated by a succession of entries inside the element of the wms . Rules are tested for in the order in which they appear in the mapcache.xml configuration file, and the first one that matches is used. If no rules are defined, or if no rule matches the incoming request, an error is returned to the user. .. code-block:: xml A consists of a set of matching rules and an block defining where the request should be forwarded to. Parameter Filtering -------------------------------------------------------------------------------- The rules apply to the KVP parameters that were passed in the incoming request, and are added with the keyword: .. code-block:: xml WFS,WCS