v.23.11Improvement
Enable HTTP OPTIONS Method by Default for Simplified ClickHouse Requests from Browsers
Enable the HTTP OPTIONS method by default - it simplifies requesting ClickHouse from a web browser. #56483 (Alexey Milovidov).
Why it matters
This feature simplifies making HTTP requests to ClickHouse from web browsers by allowing CORS preflight requests to succeed without additional configuration.How to use it
The HTTPOPTIONS method is enabled by default, so no additional configuration is required to benefit from this feature when interacting with ClickHouse via HTTP.