cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Subscribe

Hi Everybody,

We developed an Iflow which makes a POST call to GraphQl where in the Query we send Ƥ, ƶ, ü y ß these German letters to the API but in the response we are getting ä, ö, ü y ƃŸ. we checked our Iflow using trace mode , German characters are being sent as they are . We also used CamelCharsetName:UTF-8 and Accept : application/graphql-response+json;charset=utf-8 headers , to make sure that we are encoding with UTF-8. When we triggered Graphql API from POSTMAN we get German characters as they are. Only if the call is made from CPI we are getting this error . Can anyone suggest some solution here?

0 Likes
View Entire Topic
Akhil0434
Explorer
0 Likes

Any fix to this issue, im facing the same