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?