v.22.9Improvement

Support Relative Path in Location Header After HTTP Redirect

Support relative path in Location header after HTTP redirect. Closes #40985. #41162 (Kruglov Pavel).
Support for handling relative paths in the Location header during HTTP redirects.

Why it matters

This feature fixes the issue where ClickHouse HTTP client did not correctly interpret relative URLs in the Location header after an HTTP redirect. By properly resolving relative paths, it ensures smoother and more reliable HTTP redirection handling, improving interactions with HTTP endpoints that utilize relative redirects.

How to use it

No specific configuration is required. The feature is automatically enabled and improves HTTP redirect handling in ClickHouse's HTTP client.