Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance mock response to handle request with parameters inside request body #57

Open
ransha opened this issue Dec 6, 2014 · 0 comments

Comments

@ransha
Copy link
Contributor

ransha commented Dec 6, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant