Hey,
I use the REST connector to consume a CSV file.
In my query parameters I got one for auth key. So when I try to load the file a get an error and the reason is that parameter get encoded (% → %25) .
How can I avoid encoding in the query?
/Bjørn A.