I am getting this error after upgrading server and designer to 2022.Error transferring data: Unrecognized or bad HTTP Content or Transfer-Encoding (ToolId: 117).The error is occasional meaning sometimes the api get goes through and for the same api enpoint and authorization , the get request errors out on the same site.
Hello!
I have been experiencing this same issue for the past few months. After getting a support ticket submitted it appears adding the following headers will fix it!
Cheers!
You have no idea how brilliant this is, we've struggled with these issues for some time, and this solved it instantly! Thanks a lot!
I completely understand. Glad I could help!
Cheers!
Hi! I came across this post as I was having the same issue, and it seems to have solved the issue (thank you!) - however I was wondering what exactly these headers are doing in the download tool? Will it cause any missing data or other issues?
Hey @Jen
Long story short this will not cause any issues pertaining to loss of data but it does fix the issue of the bad encoding erroring out the workflow.
Cheers,
Chad
We are having this problem and I am very grateful to have this advice.
Would you confirm this is how it is configured in the download tool?
@hroderick-thr interested to know if that configuration worked for you.
@dbmurray yes it solved my problem. Thank you very much
I received this error using designer 2021.4 when iterating through paginated response from Graph API.
The headers above did not work for me. But I did find this article which provided headers that did work for me: Error: Error transferring data: Unrecognized or bad HTTP Content (alteryx.com)
Option 2 -- Add the following headers to the Download Tool configuration (rather than the option 1 headers above):
- Accept-Encoding: identity
- cache-control: no-cache