Make a HTTP Request with russian languige input

(Aleksey Litvinov) #1

Hi Flow xo Team!

I’m trying to send HTTP Request with russian languige input, but it converted russian languige into symbols:

how to change my request to send russian symbols?

Thank you in advance!

(Daniel Beckett) #2

Hi @Aleksey_Litvinov

There’s some standard URL encoding that’s happening there. Typically speaking this would be decoded at the end destination where the webhook is sending to.