-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove rawdata header #321
base: beta
Are you sure you want to change the base?
Conversation
We don't send rawdata in the headers, only in the payload. (At least not from what I see) |
to debug it, we deployed a simple listener that will print the json received: |
Can you provide the full complete reproduction steps? Start with how you set up the server, how did you set up the client, what version of Node are you using? Any details that can help me debug this, because i would prefer it to be fixed in the server |
Server:
Client:
#to overcome self signed Jenkins:
In Github, editing webhook on any event to send application/json to for debugging, instead of sending to Jenkins, I sent to some machine with nc command running (as described above), so I could print the received json: |
Thanks for that. I see how this ended up in the headers. Lines 64 to 66 in cc2cf2f
This solution unfortunately does not fix the root cause. A new solution will have to be found in order to include the raw payload.
|
No description provided.