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

Issue: Trying to clear all expectations that match a regex path. Basically i need to remove all expectations that match a specific path, but when try to use CLEAR api...

**Describe the feature request** Support for gRPC in mockserver **What you are trying to do** Same functionalities as http but for grpc layer. [gripmock](https://github.com/tokopedia/gripmock) has some interesting ideas but it's...

enhancement

Hi there, firstly thank you for such a great product. I think I've found an issue. I see the resolution of this [past issue](https://github.com/mock-server/mockserver/issues/654#issuecomment-546747620) was support for a retrieve type...

**Describe the issue** I cannot access to the file in dockerfile **What you are trying to do** Copy the mockserver-netty-jar-with-dependencies.jar **MockServer version** 5.13.2 **To Reproduce** Steps to reproduce the issue:...

**Description** Sometimes we test more than one system with the same mock and some script languages can allow you to use double and integers on the same field while typed...

enhancement

**Describe the issue** When we set expectation to access the "Content-Type:"application/x-pem-file" , mockserver accepts the request , but when we are trying to access the mock path, its throwing 404...

**Describe the issue** As of version 1.71 Bouncycastle no longer publishes the `*-jdk15on` artifacts. Mockserver should move to the `*-jdk18on` version of these artifacts. (Or `-jdk15to18`, but I don't know...

**Describe the issue** Everything is working besides the referrer URL domain is not updated with the Host I need to override it with. The documentation is not clear on the...

**Describe the issue** My original header has "Transfer-Encoding" and when Mock Server add "content-length" to the header it brakes response integrity. Postman shows this error: "Parse Error: "Content-Length" and "Transfer-Encoding"...

**Describe the issue** The file validator reports `openAPIDefinition` as invalid attribute in my initialization config. **What you are trying to do** I was trying to load expectations from my OAS...