G-Research / consuldotnet

Consul.NET is a .NET client library for the Consul HTTP API
https://consuldot.net/
Apache License 2.0
319 stars 82 forks source link

Make possible to use non-root consul urls #333

Closed marcin-krystianc closed 2 days ago

marcin-krystianc commented 1 month ago

Fixes:https://github.com/G-Research/consuldotnet/issues/329

Previous code assumed that the consul URL is always a root URL, now it is also possible to use non-root URLs as described in the linked issue.