v.21.9Improvement

Save Server Address in Web UI History for Different Origins

Save server address in history URLs in web UI if it differs from the origin of web UI. This closes #26044. #26322 (alexey-milovidov).
Save server address in history URLs in the ClickHouse web UI when it differs from the origin of the web UI.

Why it matters

This feature ensures that when users access ClickHouse through a web UI hosted on a different origin than the server, the actual server address is saved in the browser's history URLs. This improves usability by preserving correct server references in navigation, addressing the issue of incorrect or missing server addresses in history entries.

How to use it

No explicit user action is required. The web UI automatically saves the server address in history URLs when it detects that the server's origin differs from the web UI's origin.