MSL
MSL copied to clipboard
Enhance mock response to handle request with parameters inside request body
Currently our mock response is registered and returned by using the request Url + Params as unique key. However, there can be situations that a server handles requests through the same URI and interact with the parameter inside request body.
We will enhance our MSL server to be able to parse the request body and form a unique key so that it can handle more complex mock responses.