Issue with escape charater (&) when send Alert (Elastic) to Webhook N8N
If body Alert contain ‘&’ if will break the field, any solution to solve that problem?
Body i’m sending:
Webhook N8N i’m recive:
Hi @Minh_Nguy_n_Le1, I am very sorry for the trouble. It seems I don’t have the required license for testing the webhook connector provided by Kibana so can’t test this first hand myself.
However, from looking at your screenshots it seems they are sending application/x-www-form-urlencoded data. This means the & character is meant to separate fields and this might not be an actual bug (MDN).
Perhaps you can try using %26 instead of `& (as per this list)?