Proposal
Currently, the request matching does not support application/x-www-form-urlencoded query params that are part of the body (e.g. in a POST request). The functions available on the body field are equalTo and contains; neither of which work with form-encoded query parameters. That makes this DSL unusable for those kinds of assertions.
References
No response
Proposal
Currently, the request matching does not support
application/x-www-form-urlencodedquery params that are part of the body (e.g. in a POST request). The functions available on thebodyfield areequalToandcontains; neither of which work with form-encoded query parameters. That makes this DSL unusable for those kinds of assertions.References
No response