Closed
Description
Support for added in #155, motivated by a question on Stack Overflow. With hindsight, this was the wrong way to solve the problem. Rather than allowing the parameters to be modified, the request converters should ensure that the request body contains the expected form url encoded content. The existing preprocessor for modifying the content could then have been used.