Remove sphinx build warnings
Change-Id: Ic34bbd9cc65d96ea9b8434be7b54e5bcfae28b63 Signed-off-by: Peter Portante <peter.portante@redhat.com>
This commit is contained in:
parent
9b9e50cec0
commit
db4547d01d
@ -12,21 +12,21 @@ container itself and all objects within it.
|
|||||||
|
|
||||||
The supported headers are,
|
The supported headers are,
|
||||||
|
|
||||||
+---------------------------------------------+-------------------------------+
|
+------------------------------------------------+------------------------------+
|
||||||
|Metadata | Use |
|
| Metadata | Use |
|
||||||
+==============================================+==============================+
|
+================================================+==============================+
|
||||||
|X-Container-Meta-Access-Control-Allow-Origin | Origins to be allowed to |
|
| X-Container-Meta-Access-Control-Allow-Origin | Origins to be allowed to |
|
||||||
| | make Cross Origin Requests, |
|
| | make Cross Origin Requests, |
|
||||||
| | space separated. |
|
| | space separated. |
|
||||||
+----------------------------------------------+------------------------------+
|
+------------------------------------------------+------------------------------+
|
||||||
|X-Container-Meta-Access-Control-Max-Age | Max age for the Origin to |
|
| X-Container-Meta-Access-Control-Max-Age | Max age for the Origin to |
|
||||||
| | hold the preflight results. |
|
| | hold the preflight results. |
|
||||||
+----------------------------------------------+------------------------------+
|
+------------------------------------------------+------------------------------+
|
||||||
|X-Container-Meta-Access-Control-Expose-Headers| Headers exposed to the user |
|
| X-Container-Meta-Access-Control-Expose-Headers | Headers exposed to the user |
|
||||||
| | agent (e.g. browser) in the |
|
| | agent (e.g. browser) in the |
|
||||||
| | the actual request response. |
|
| | the actual request response. |
|
||||||
| | Space separated. |
|
| | Space separated. |
|
||||||
+----------------------------------------------+------------------------------+
|
+------------------------------------------------+------------------------------+
|
||||||
|
|
||||||
Before a browser issues an actual request it may issue a `preflight request`_.
|
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
|
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
|
.. _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
|
.. _preflight request: https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS#Preflighted_requests
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user