Index: trunk/docs/kernel/configuration.rst
===================================================================
--- trunk/docs/kernel/configuration.rst	(revision 725)
+++ trunk/docs/kernel/configuration.rst	(revision 752)
@@ -43,4 +43,5 @@
     msOgcVersion=1.0.0
     tmpUrl=http:/localhost/temp/
+    cors=false
     
     [identification]
@@ -76,11 +77,17 @@
  * ``dataPath``: Path to the directory where data files are stored (used to store mapfiles and data when MapServer support is activated).
  * ``tmpPath``: Path to the directory where temporary files are stored (such as *ExecuteResponse* when *storeExecuteResponse* is set to true).
+ * ``tmpUrl``: URL to access the temporary files directory (cf. ``tmpPath``).
  * ``cacheDir``: Path to  the directory where cached request files [#f1]_ are stored (optional).
  * ``serverAddress``: URL to the ZOO-Kernel instance.
- * ``tmpUrl``: URL of the temporary files directory.
  * ``mapservAddress``: URL to the MapServer instance (optional).
  * ``msOgcVersion``: Version of all supported OGC Web Services output [#f2]_
    (optional).
  * ``lang``: Supported natural languages separated by a coma (the first is the default one),
+ * ``cors``: Define if the ZOO-Kernel should support `Cross-Origin
+   Resource Sharing <https://www.w3.org/TR/cors/>`__. If this
+   paramater is not defined, then the ZOO-Kernel won't support CORS.
+
+In case you have activated the MapServer support, please refer to
+:ref:`this specific section <kernel-mapserver-main.cfg>`. 
 
 
@@ -117,4 +124,16 @@
 and notice the specific header *X-Powered-By: Zoo-Project@Trac*.
 
+In case you want to allow CORS support for POST requests coming from
+``myhost.net``, then you should define the following minimal
+parameters in this section:
+
+.. code-block:: guess
+    :linenos:
+    
+    Access-Control-Allow-Origin=myhost.net
+    Access-Control-Allow-Methods=POST
+    Access-Control-Allow-Headers=content-type
+
+
 env section
 ...............................
@@ -132,4 +151,7 @@
     [env]
     DISPLAY=:1
+
+In case you have activated the OTB support, please refer to :ref:`this
+specific section <kernel-orfeotoolbox-main.cfg>`. 
 
 lenv section
Index: trunk/docs/kernel/mapserver.rst
===================================================================
--- trunk/docs/kernel/mapserver.rst	(revision 725)
+++ trunk/docs/kernel/mapserver.rst	(revision 752)
@@ -107,4 +107,6 @@
      cp zoo_loader.cgi /usr/lib/cgi-bin
 
+
+.. _kernel-mapserver-main.cfg:
 
 Main configuration file
Index: trunk/docs/kernel/orfeotoolbox.rst
===================================================================
--- trunk/docs/kernel/orfeotoolbox.rst	(revision 725)
+++ trunk/docs/kernel/orfeotoolbox.rst	(revision 752)
@@ -57,4 +57,6 @@
 ....................................
 
+.. _kernel-orfeotoolbox-main.cfg:
+    
 Main configuration file
 *************************
