You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: