]> git.mxchange.org Git - fba.git/blobdiff - fba/http/nodeinfo.py
Continued:
[fba.git] / fba / http / nodeinfo.py
index e18daff75e513381a5561be327e822ef79f8e353..5626812a29c776532d7408a0a456ec39c89b207b 100644 (file)
@@ -197,7 +197,7 @@ def fetch_wellknown_nodeinfo(domain: str) -> dict:
 
                 # Default is that 'href' has a complete URL, but some hosts don't send that
                 logger.debug("link[rel]='%s' matches niid='%s'", link["rel"], niid)
-                url = link["href"]
+                url = link["href"].lower()
                 components = urlparse(url)
 
                 logger.debug("components[%s]='%s'", type(components), components)