How we can avoid junk data which we are sending from the mendix?

0
Hello everyone , I have an api where on click of submit the " feedback "  will be getting submitted . When the same API is used in web  in other application  it is sending the feedback as normal sentence But when i am using in mendix the feed back is getting submitted but there is some junk data in between the words   the actual feedback: testing testing testing testing  the feedback which i can after  sending from mendix : testing %+2c testing *% testing 2C. How we can avoid this junk data .   Thanks in Advance    
asked
1 answers
0

Hi Praneeth

This is no junk data, that’s an URL-encoded string. You can test this via https://urlencoder.org:

You can encode or decode in your Mendix application or on your API-side, the choice is yours.

Hope this helps!

Kind regards,

Leander

answered