Jump to: navigation, search

Web Engagement Cluster:web:cors-allowedHeaders

(Created page with "{{PubOption |hidden=false |default=x-requested-with,content-type,accept,origin,authorization,cookie |valid=comma-separated list of HTTP headers |takeseffect=After server re...")
 
 
Line 2: Line 2:
 
|hidden=false
 
|hidden=false
 
|default=x-requested-with,content-type,accept,origin,authorization,cookie
 
|default=x-requested-with,content-type,accept,origin,authorization,cookie
|valid=comma-separated list of HTTP headers
+
|valid=Comma-separated list of HTTP headers
 
|takeseffect=After server restart
 
|takeseffect=After server restart
 
|shortdesc=A comma-separated list of HTTP headers that are allowed to be specified when accessing the resources. If the value is a single <tt>*</tt>, this means that any headers will be accepted.
 
|shortdesc=A comma-separated list of HTTP headers that are allowed to be specified when accessing the resources. If the value is a single <tt>*</tt>, this means that any headers will be accepted.

Latest revision as of 00:46, March 22, 2018


View in ref guide.

Edit this option          Publish this option          Clear draft content


Published Option

cors.allowedHeaders

Default Value: x-requested-with,content-type,accept,origin,authorization,cookie
Valid Values: Comma-separated list of HTTP headers
Changes Take Effect: After server restart


A comma-separated list of HTTP headers that are allowed to be specified when accessing the resources. If the value is a single *, this means that any headers will be accepted.

Draft Option

No draft option

This page was last edited on March 22, 2018, at 00:46.
Comments or questions about this documentation? Contact us for support!