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** When sending a payload having the header `Content-Encoding=gzip` and a compressed body, it seems that MockServer is not able to capture such header in the incoming request...

**Describe the issue** Getting `SEVERE` exception whilst processing a request: ``` Cannot invoke "org.mockserver.logging.MockServerLogger.logEvent(org.mockserver.log.model.LogEntry)" because "mockServerLogger" is null +0ms java.lang.NullPointerException: Cannot invoke "org.mockserver.logging.MockServerLogger.logEvent(org.mockserver.log.model.LogEntry)" because "mockServerLogger" is null +0ms at org.mockserver.matchers.RegexStringMatcher.matchesByStrings(RegexStringMatcher.java:100)...

**Describe the issue** Name for K8s object in the [chart](https://github.com/mock-server/mockserver/tree/28732e18678866e618e7d68fbbb8b288ae932377/helm/mockserver) should be unique to the release. **What you are trying to do** Have multiple mock server instance running in the...

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

**Describe the issue** Using MockServer with an OpenApi Spec throws an error: SEVERE Unable to load API spec, Cannot invoke "shaded_package.io.swagger.v3.oas.models.parameters.Parameter$StyleEnum.ordinal()" because "style" is null for open api: Result is...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.glassfish.jersey.connectors:jersey-apache-connector from 3.0.4 to 3.0.5. :information_source: Keep your dependencies up-to-date....

Closes #924 / https://trello.com/c/zIl5yDEz/178-support-ec-certificates

**Describe the feature request** Be able to clear all the request history from MockServer API **What you are trying to do** When we use mock-server in the automated testing context,...

enhancement

When a request is received, if there are mutliple expectations with different path parameters, the recorded request will include all path path paramters from all the expectations (up until the...

Full reduced test case: https://github.com/OliverJAsh/mockserver-test/tree/client-exception `package.json`: ```json { "dependencies": { "http-server": "^14.1.1", "mockserver-client": "^5.13.2", "mockserver-node": "^5.13.2" } } ``` `main.js`: ```js const ms = require("mockserver-node"); ms.start_mockserver({ serverPort: 3030, }); ```...