Describe the problem/error/question
I’m using POST to send a CSV file using multipart form data. When I use N8N, the server rejects it. When I use Make.com, the server accepts it.
The only difference I can see in the setup is that Make’s HTTP module has gzip off, and N8N’s has gzip on (at least according to the console.) There’s also an option in Make to turn off mutual TLS, but I have no idea if that has any effect.
Is there any way to turn gzip off for uploads in N8N’s HTTP module? If not, could that be added as an option?
At the moment I’m using a Make.com webook that literally takes the post from N8N and posts to the destination. That dependency on Make is frustrating. I’d love to have this all work within N8N.