Closed CRogers closed 3 months ago
I guess #5 is also an effect of this (content-length changes due to the payload being changed).
When can a new Smee release , fixing this issue, be expected ?
I don't have control of the infrastructure running the website code. I merged #55 which allows you to have the raw body of a request
When you hit smee with some json data, for example:
smee
parses the json and then reformats it when you get it out of the request:This is unfortunate as you don't get the exact same data back. In my case, I'm also getting a shared-secret HMAC signature along with the payload, which no longer matches the expected signature. This means that I can't test my payload signature checking code is working with the external service and have to disable it, which is sad.