Jon , I must disagree. It’s hard to communicate when you give false statement, which do not base on what I have told you.
-
Application is always sending the data because:
-when I change webhook address to home server I receive full data 100% times.
-when I change webhook address to vps I barely get full data 50% of times.
-
There can’t be any server difference because if I use my home server to receive the original webhook, and then make http post request to vps, it also sends all the data 100% times.
-
The only difference is that the original app sends the data in multipart form data, and I do send it a JSON from my home server.
This is the data that my home server receives
[
{
"headers":
{
"host":
"31.42.8.56:5678",
"accept":
"*/*",
"content-length":
"1207627",
"expect":
"100-continue",
"content-type":
"multipart/form-data; boundary=----------------------------0e3278c5109a"
},
"params":
{
},
"query":
{
},
"body":
{
"Entity_Type":
"CONTACT",
"Entity_ID":
"69305",
"Deal":
"101173",
"UserID":
"145",
"Extension":
"1031",
"Attachments":
"SUQzBAAA
And this is how I send it to my vps server
[
{
"headers":
{
"accept":
"application/json,text/html,application/xhtml+xml,application/xml,text/*;q=0.9, image/*;q=0.8, */*;q=0.7",
"content-type":
"application/json",
"user-agent":
"axios/1.6.7",
"content-length":
"210219",
"accept-encoding":
"gzip",
"host":
"n8n.revele.pl",
"connection":
"close",
"x-forwarded-host":
"n8n.revele.pl",
"x-forwarded-proto":
"https",
"x-forwarded-for":
"31.42.8.56"
},
"params":
{
},
"query":
{
},
"body":
{
"Entity_Type":
"CONTACT",
"Entity_ID":
"68689",
"Deal":
"100437",
"UserID":
"17",
"Extension":
"1009",
"Attachments":
"SUQzBAAAA