MSL icon indicating copy to clipboard operation
MSL copied to clipboard

Enhance mock response to handle request with parameters inside request body

Open ransha opened this issue 10 years ago • 0 comments

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.

ransha avatar Dec 06 '14 04:12 ransha