[self-host] Workflow HTTP Request node give inconsistent body response.
When using the HTTP request node in workflows, its response is inconsistent. Sometimes it'll send the body parameters stringified, and sometimes it will send them as json.
Any ideas why this is happening? It's making it quite hard to integrate into n8n this way. Not impossible but quite tricky, and not sure if it's user error. I've tried Raw JSON as well as key/value pairs.


1 Reply
So it turns out it was because there were colons and &'s in the text that i was trying to send... would be good if there was a way to deal with this inside twenty, for now i've switched to a serverless function