Files
openstack-manuals/doc/config-reference/source/tables/murano-cors.rst
KATO Tomoyuki 8af43f2775 [config-ref] add Application Catalog configurations
Change-Id: I089723c824201cf2a9a1c46389f30a88f33c94d5
2016-07-24 19:51:15 +09:00

2.4 KiB

Description of CORS configuration options
Configuration option = Default value Description
[cors]
allow_credentials = True (Boolean) Indicate that the actual request can include user credentials
allow_headers = (List) Indicate which header field names may be used during the actual request.
allow_methods = OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, PATCH (List) Indicate which methods can be used during the actual request.
allowed_origin = None (List) Indicate whether this resource may be shared with the domain received in the requests "origin" header. Format: "<protocol>://<host>[:<port>]", no trailing slash. Example: https://horizon.example.com
expose_headers = (List) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers.
max_age = 3600 (Integer) Maximum cache age of CORS preflight requests.
[cors.subdomain]
allow_credentials = True (Boolean) Indicate that the actual request can include user credentials
allow_headers = (List) Indicate which header field names may be used during the actual request.
allow_methods = OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, PATCH (List) Indicate which methods can be used during the actual request.
allowed_origin = None (List) Indicate whether this resource may be shared with the domain received in the requests "origin" header. Format: "<protocol>://<host>[:<port>]", no trailing slash. Example: https://horizon.example.com
expose_headers = (List) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers.
max_age = 3600 (Integer) Maximum cache age of CORS preflight requests.