-
We have a hard time mocking this library, any help would be appreciated.
-
### Summary
ijhttp maven plugin doesn't fail gracefully when a test failure occurs
### What is the current bug behavior?
# REPRODUCER
This reproducer wants to showcase that the ijhttp plugin doe…
-
Hello @jamesdbloom,
With respect to the issue #572, you said that you are going to develop a callback to a webhook. Is this feature developed ?
https://github.com/mock-server/mockserver/issues/5…
-
```js
export const todosMirageRoutes = (server: Server): void => {
server.get('/todos', (schema) => {
return schema.todos.all()
})
server.get('/todos/:id', (schema, request) => {
…
-
**Description**
When creating RestClient Bean with JdkClientHttpRequestFactory, like below
```java
@Bean
public RestClient restClient(RestClient.Builder builder) {
return builder
…
-
When request has binary body (for images) contract is generating to JSON in UTF-8 encoding.
This is error, because UTF-8 irreversible.
You must use Base64 or ISO_8859_1
I found this bug and fix it.…
-
**Describe the feature request**
All incoming requests are forwarded by default to the host and port specified by setting the environment variable proxyRemoteHost and proxyRemotePort on the JEE-Serve…
-
We should verify be able to verify that we don't increase the number of needed allocations per request in AWSClient.
This should be made part of the CI.
An example how this can be achieved can b…
-
#### In order to make sure that our code base keeps working and new features don't break existing behaviour, we need to introduce tests into the code base. Having a good test coverage also allows us t…
-
I can't access the service from my own IP, but 127.0.0.1 works
can you tell me why and help me out?
when i start with :
mock-server --address=119.254.100.35 --dir=/root/mockServer
it occours:
Tra…