mockserver icon indicating copy to clipboard operation
mockserver copied to clipboard

MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied tra...

Results 282 mockserver issues
Sort by recently updated
recently updated
newest added

**Describe the issue** The endpoint https://app.swaggerhub.com/apis/jamesdbloom/mock-server-openapi/5.14.x#/control/put_mockserver_clear seems not clearing the logs. **What you are trying to do** I need to clear the logs to have more control about the calls...

**Describe the issue** Example responses that reference [reusable examples](https://swagger.io/docs/specification/adding-examples/) (`$ref`) do not return the expected response. **What you are trying to do** Have reusable examples to enrich the data returned...

**Describe the issue** When I send a POST request to the mock server, it proxy the request to my other service with an extra request header `content-encoding: .*` the target...

Hi, I am using mockserver (5.14.0) to generate dynamic responses and trying to get form body parameters in a class that extends `ExpectationResponseCallback`. When mockserver receives a request with content...

It possible respond certificate from httprequest? not self-signed mock server can you give one example? i need forward ssl from ExpectationResponseCallback to output, it possible? when i connecting to proxy...

enhancement

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...

**Describe the issue** A memory leak caused by the reset method not removing subscribers ultimately leads to an OutOfMemoryError **What you are trying to do** Periodic reloading of Expectations. **MockServer...

**Describe the issue** mockWithCallback doesn't work on 5.15.0 but only works on 5.4.1. **What you are trying to do** I want to register a path with mockWithCallback **MockServer version** 5.15.0...