I'm trying to use gith with bitbucket.
Bitbucket sends payload with lot of '+' characters in payload data. which should be decoded to ' ' (space character) I believe.
But gith uses the character as such and eventually json decoding fails.
I have inspected the hook post with requestb.in and attached the screenshot. I have also attached the error screenshot.


I'm trying to use gith with bitbucket.
Bitbucket sends payload with lot of '+' characters in payload data. which should be decoded to ' ' (space character) I believe.
But gith uses the character as such and eventually json decoding fails.
I have inspected the hook post with requestb.in and attached the screenshot. I have also attached the error screenshot.