Hello, team! We have a wiremock servers running on...
# help
d
Hello, team! We have a wiremock servers running on a proxy mode with these parameters added a part of wiremock start up '--enable-browser-proxying', '--trust-all-proxy-targets'. We enable this as a mock proxy for all our service calls used in our application which will automatically record the request/response . This perfectly works for http/https. But we have few services that internally use GRPC calls which is HTTP/2 and I want to capture the request and response through wiremock proxy. Is there a way to achieve this?
l
Hi. I don’t think this is currently possible for grpc. We do have an issue that talks about this https://github.com/wiremock/wiremock-grpc-extension/issues/61
I would need to look at the code to see how easy it would be to plug a grpc proxy into wiremock but it would be a great contribution to have if you fancy it.