the GET node stops complaining about the format and returns the error message above: Execute failed: URI can not be built. I don’t understand what’s wrong with it, because if I try the same 2 URL’s above using a web browser I get valid data like this:
I have a similar problem so I like to reopen that topic.
@svalmorri (How) did you solve it?
I am using also a Get Request and get the same error message even after encoding the URL correctly. @Marten_Pfannenschmidt can you explain what you meant with “add your query in the Request Headers tab”?
If I understood correctly you setup the complete URL and configured it in the Connection Settings tab of the GET Request node. But query parameters can also be specified in Request Header tab, by adding key value pairs to be queried.
Correct. First I used a StringManipulation to generate all URLs in one column of the dataset. I replaced all “special” characters (which could lead the GetRequest to failure, e.g. &) also with a StringManipulation. Then I’ve selected the URL column in the Connection Settings and everything worked out. So there was no need to specify anything in the Reqeust Header.