However, I am receiving an error message from twitter: {“errors”:[“This request requires gzip compression. Retry the request after setting ‘Accept-Encoding’ header in the request to ‘gzip’.”]}
But I have set the header Accept-Encoding : gzip
It looks like the node doesn’t send the header to twitter - is that possible?
I used webhook.site after pulling that particular version of n8n and the headers are still being sent as they should:
You may need to reach out to Twitter support and ask them to clarify exactly what they expect and what they mean with that error message, as it looks to be misleading since n8n is sending those headers as you’ve specified.
Hi @Boris_Idesman - can you send both requests to a test url from webhook.site and see if there are any noticeable differences between what n8n is sending and what cURL is sending?