The community member is trying to pass a string for insertion via API/GET in a system (glpi), but typebot is putting HTML codes when there are quotes and spaces. The community members suggest that using an HTTP POST might work, and one community member mentions that the data part of the array needs to be sent in the Body part and not in the headers. The community member who solved the issue used n8n to test and then replicated it in typebot.
I'm trying to pass a string for insertion via API/GET in a system (glpi) and I've tried different ways but typebot always puts html codes when there are quotes and spaces. Is there any way around this?
I managed to solve it, I was doing it wrong, because the data part of the array has to be sent in the Body part and not in the headers. I used n8n to do the tests and then replicated it in typebot, thank you everyone.