v.21.9Improvement

Allow Query Settings via Server URI in Web UI

Allow to pass query settings via server URI in Web UI. #27177 (kolsys).
Allow passing query settings via the server URI in the ClickHouse Web UI.

Why it matters

This feature enables users to specify query settings directly in the server URI when accessing the Web UI. It simplifies customizing query execution parameters without needing to modify settings manually within the UI.

How to use it

Users can append query settings as parameters in the Web UI server URI. For example, add settings as query parameters like ?max_execution_time=60&readonly=1 to adjust the behavior of queries when connecting through the Web UI.