HttpAnsweringMachine icon indicating copy to clipboard operation
HttpAnsweringMachine copied to clipboard

Mixing trafficparrot, mitm proxy and pact.io, without using all of them. Real mocks, Recording, Inspections, PACT and NULL infrastructure at once

Results 28 HttpAnsweringMachine issues
Sort by recently updated
recently updated
newest added

- https://paraspatidar.medium.com/add-self-signed-or-ca-root-certificate-in-kubernetes-pod-ca-root-certificate-store-cb7863cb3f87 - setting anyway the dns - run the docker build without docker compose - or setup a k8s with dns docker network create [OPTIONS] NETWORK You can also...

During the recording should be able to add "labels" to tests and to generate cucumber to run the test API calls

to allow recording what is not replayable. e g forcing an error and see what is happening against a real target

To change/add data to resultsets or download to csv for modification

Use a server with versioned settings

https://segmentfault.com/a/1190000040825230/en https://github.com/zlt2000/springs-boot-plugin-test https://stackoverflow.com/questions/15720822/how-to-get-names-of-classes-inside-a-jar-file

enhancement

* https://undertow.io/ * https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md * https://grpc.io/docs/languages/java/basics/ * Basic HTTP2 server using Undertow Server API: https://undertow.io/ ( https://stackoverflow.com/questions/44531004/java-http-2-server ) Undertow server = Undertow.builder().setServerOption(UndertowOptions.ENABLE_HTTP2, true) .addHttpListener(port, host).setHandler(exchange -> { System.out.println("Port: " +...

enhancement