Open
Description
Description
User is able to put URL with /routing/v1 in Routing.DelegatedRouters and then it produces requests for /routing/v1/routing/v1/
which always fail.
Example: https://delegated-ipfs.dev/routing/v1/
Kubo or https://github.com/ipfs/boxo/blob/main/routing/http/client/ should be smart enough to truncate URL if it ends with /routing/v1
or /routing/v1/
to avoid duplicated path prefix.
Version
0.36.0-rc1