Pagination Feature Error

Summary

User reports an issue with the pagination feature where special characters in the URL are being incorrectly encoded, leading to unexpected output.


Question

Hello!
I’m using the pagination feature, but I noticed something strange.
I’ve set everything up as shown in the image, but the path is returning with some errors. All the special characters are being replaced with unexpected configurations.
Expected output:
&lt;<https://sandbox-app.vindi.com.br/api/v1/customers?page=2>&gt;; rel="last", &lt;<https://sandbox-app.vindi.com.br/api/v1/customers?page=2>&gt;; rel="next"
Actual output:
"<https://sandbox-app.vindi.com.br/api/v1/%3Ccustomers?page=2%3E;%20rel=%22last%22,%20%3Ccustomers?page=2%3E;%20rel=%22next%22>"
Am I doing something wrong?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

['pagination', 'url-encoding', 'connector-issue', 'special-characters']

Can you check this https://airbytehq.slack.com/archives/C027KKE4BCZ/p1732802126397289?thread_ts=1732726518.797459&amp;cid=C027KKE4BCZ|discussion very similar to yours

Please let me know if the suggestion was helpful to you.