cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Encoding issue in CPI Integration Flow

hemanthky
Explorer
0 Likes
1,340

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?

Accepted Solutions (0)

Answers (1)

Answers (1)

Akhil0434
Explorer
0 Likes

Any fix to this issue, im facing the same