Open Techmahindro opened 2 years ago
What version of webhook? Can you show an example request?
webhook version 2.8.0
someone could give me a solution I have the same problem.
someone could give me a solution I have the same problem.
you are the op ;-)
Can you provide some reproducer. maybe a curl command that posts the data along with your hooks.json? maybe that would help reproducing the problem and moving it further.
it's almost the same as the source problem, i'm using webhook to collect events coming from a monitoring system. we get a simple curl with the parameters. the problem is when that curl contains a sign like % or & forsea and gives the error in the title.
hello
I am using webhook to receive hook from a monitoring system.
the way it works is simple my payload captures everything that arrives in a json file.
the problem is that when I receive a hook that contains a special character a % symbol I get the error
error parsing from payload invalid URL escape "% a".