comparison Sphinx/source/plugins/serve-folders.rst @ 34:922f5c7192c6

matlab
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jul 2016 14:18:47 +0200
parents 93bbfaf0e62c
children 34ccc7fc7ef3
comparison
equal deleted inserted replaced
33:11e204c432a7 34:922f5c7192c6
5 =========================== 5 ===========================
6 6
7 This **official** plugin enables Orthanc to serve additional folders 7 This **official** plugin enables Orthanc to serve additional folders
8 from the filesystem using its embedded Web server. This plugin is 8 from the filesystem using its embedded Web server. This plugin is
9 extremely useful when creating new Web applications on the top of the 9 extremely useful when creating new Web applications on the top of the
10 REST API of Orthanc, as it allows to fulfill the `same-origin policy 10 REST API of Orthanc, as it allows to fulfill the :ref:`same-origin
11 <https://en.wikipedia.org/wiki/Same-origin_policy>`__ without setting 11 policy <same-origin>` without setting up a reverse proxy.
12 up a reverse proxy.
13 12
14 The source code of this sample plugin is `available in the source 13 The source code of this sample plugin is `available in the source
15 distribution of Orthanc 14 distribution of Orthanc
16 <https://bitbucket.org/sjodogne/orthanc/src/default/Plugins/Samples/ServeFolders/>`__ 15 <https://bitbucket.org/sjodogne/orthanc/src/default/Plugins/Samples/ServeFolders/>`__
17 (GPLv3 license). 16 (GPLv3 license).