Hi,
When you want to send arbitrary text as query parameter, it must be URL encoded. Not all characters are allowed in a URL. Your JSON would look like this:
Hi,
You need to put your whole JSON into this: https://www.urlencoder.org/ and encode it. Also the { in the beginning and the } in the end. You can also use the urlEncode function in KNIME’s String Manipulation node.
Kind regards,
Alexander
Hi,
Depends on what the limit is. Our nodes have a setting in the advanced tab that allow them to pause when they receive a 429 status code, which means a rate limit is active. But if the server does not send this status code and just blocks you, there is nothing you can do about it, as this is usually done via your IP address.
Kind regards,
Alexander