openstack-manuals/doc/config-reference/source/common-configurations/cors.rst
KATO Tomoyuki d1fccca921 [config-ref] use https://docs.o.o/ instead of http
Change-Id: Ic12e83aff2edd494760e75c47d404f67f5996032
2017-01-27 17:37:45 +09:00

866 B

Cross-origin resource sharing

Cross-Origin Resource Sharing (CORS) is a mechanism that allows code running in a browser (JavaScript for example) to make requests to a domain, other than the one it was originated from. OpenStack services support CORS requests.

For more information, see cross-project features in OpenStack Administrator Guide, CORS in Dashboard, and CORS in Object Storage service.

For a complete list of all available CORS configuration options, see CORS configuration options.