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:
<<https://sandbox-app.vindi.com.br/api/v1/customers?page=2>>; rel="last", <<https://sandbox-app.vindi.com.br/api/v1/customers?page=2>>; 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.