I'm trying to match a line on querying of BuiltWith through XpathOnUrl and miserably fail.
My query is:
=Dump(XPathOnUrl("https://api.builtwith.com/v12/api.xml?KEY=123&LOOKUP=allrecht.de";"//Technology[contains(string(), 'Consent')]"))
There should be exactly one match - but it doesn't work for me.
I share my API key if needed.