PushNotification icon indicating copy to clipboard operation
PushNotification copied to clipboard

Remove undesired character

Open laurentmeuwly opened this issue 3 years ago • 1 comments

The additional colon character after the Content-Type string will result in folowing error in HTTP Request: "Content-Type:" is not valid header name Of course the right header name is "Content-Type" without the colon character.

laurentmeuwly avatar Jul 16 '21 14:07 laurentmeuwly

I too noticed this and forked it. However, did not create a pull request as for whatever reason, removing that character caused most the tests to fail, returning NULL instead of stdClass.

RTippin avatar Jul 18 '21 11:07 RTippin

Since this one is already fixed on master I will close this PR. Thanks for contributing!

pultho avatar Nov 19 '22 16:11 pultho