Hi All.
We have upgraded server & designer from 2022.1 to 2024.1 and are experiencing a new issue.
When using the download tool to POST data to a REST API the encoding of the payload/body should be UTF-8 according to Alteryx documentation; but what we see is that the receiving end cannot parse "æ" or "--" (longdash) correctly. E.g. æ becomes "æ"
When running the same workflow from the 2022.1 version the receiving end can parse the data correctly as UTF-8.
This is causing quite a ruckus for us.
Using any other 3rd party software, e.g. postman also sends the data correctly.
Workaround is to use the python tool instead; but we would like to identify why the download tool doesnt work.
Any insights?
Kind regards
GloriousWater