summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-10-07 06:43:54 +0000
committerGerrit Code Review <review@openstack.org>2013-10-07 06:43:54 +0000
commit95b5d6f4434e167c811b75eea788d55be855b85c (patch)
treeb5b2b85b621a2d48766811cbdcff67050f2a7364
parent34340ddf49a84f3b3398012c2b60be1215033559 (diff)
parentdb4547d01dab84142da40fdeb1ca5fbb34ef56ba (diff)
downloadswift-95b5d6f4434e167c811b75eea788d55be855b85c.tar.gz
Merge "Remove sphinx build warnings"
-rw-r--r--doc/source/cors.rst31
1 files changed, 15 insertions, 16 deletions
diff --git a/doc/source/cors.rst b/doc/source/cors.rst
index ca218ae88..15bdf10ce 100644
--- a/doc/source/cors.rst
+++ b/doc/source/cors.rst
@@ -12,21 +12,21 @@ container itself and all objects within it.
The supported headers are,
-+---------------------------------------------+-------------------------------+
-|Metadata | Use |
-+==============================================+==============================+
-|X-Container-Meta-Access-Control-Allow-Origin | Origins to be allowed to |
-| | make Cross Origin Requests, |
-| | space separated. |
-+----------------------------------------------+------------------------------+
-|X-Container-Meta-Access-Control-Max-Age | Max age for the Origin to |
-| | hold the preflight results. |
-+----------------------------------------------+------------------------------+
-|X-Container-Meta-Access-Control-Expose-Headers| Headers exposed to the user |
-| | agent (e.g. browser) in the |
-| | the actual request response. |
-| | Space separated. |
-+----------------------------------------------+------------------------------+
++------------------------------------------------+------------------------------+
+| Metadata | Use |
++================================================+==============================+
+| X-Container-Meta-Access-Control-Allow-Origin | Origins to be allowed to |
+| | make Cross Origin Requests, |
+| | space separated. |
++------------------------------------------------+------------------------------+
+| X-Container-Meta-Access-Control-Max-Age | Max age for the Origin to |
+| | hold the preflight results. |
++------------------------------------------------+------------------------------+
+| X-Container-Meta-Access-Control-Expose-Headers | Headers exposed to the user |
+| | agent (e.g. browser) in the |
+| | the actual request response. |
+| | Space separated. |
++------------------------------------------------+------------------------------+
Before a browser issues an actual request it may issue a `preflight request`_.
The preflight request is an OPTIONS call to verify the Origin is allowed to
@@ -144,4 +144,3 @@ Test CORS Page
.. _CORS: https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS
.. _preflight request: https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS#Preflighted_requests
-