
Solved
Why HTTPCaller replaces Ñ by %D1 instead %C3%91 in Query String Parameters?

Best answer by takashi
Hi @j4, as you say, I believe Ñ should be encoded to %C3%91, rather than %D1. It could be a defect of the HTTPCaller. Hope someone from Safe will check this.
As a workaround in the interim, as @david_r mentioned, you can use the TextEncoder to encode the parameters and then construct desired URL string containing the parameters, in the URL parameter field.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.



