Closed billmurrin closed 2 years ago
Hi @shakeelmohamed. I've implemented the requested changes in the latest commit. Thanks!
Hi @shakeelmohamed - the requested changes were made. For some reason, the CI issue is still ongoing.
@billmurrin This is not a high priority issue for us to investigate as we are severely under resourced at the moment. Unless this is 10/10 we will not look at it this week. Thank you for your patience & understanding.
cc @tdhellmann
Any news here? We are looking forward to get this fix too! @shakeelmohamed @tdhellmann
This PR resolves #261 related to improper handling of
body
parameters within theContext.request
method. The method used (GET
orPOST
) will determine if the body is encoded as part of the url or passed as body into the request.GET method requests (with and without a body) were tested and worked as expected.