ClickHouse/tests/config/config.d/CORS.xml
Filatenkov Artur d41ef6a9f8
Update CORS.xml
2021-10-01 17:08:22 +03:00

21 lines
593 B
XML

<clickhouse>
<http_options_response>
<header>
<name>Access-Control-Allow-Origin</name>
<value>*</value>
</header>
<header>
<name>Access-Control-Allow-Headers</name>
<value>origin, x-requested-with</value>
</header>
<header>
<name>Access-Control-Allow-Methods</name>
<value>POST, GET, OPTIONS</value>
</header>
<header>
<name>Access-Control-Max-Age</name>
<value>86400</value>
</header>
</http_options_response>
</clickhouse>