JSON:
{
"priority": 13,
"request": {
"method": "ANY",
"urlPath": "/Business.Prompt/Prompt"
},
"response": {
"status": 200,
"proxyBaseUrl": "grpc://10.0.0.1:9890"
}
}
In gRPC, WireMock do not has the ability to selectively proxy requests through to other hosts,can you add it?
Proposal
JSON: { "priority": 13, "request": { "method": "ANY", "urlPath": "/Business.Prompt/Prompt" }, "response": { "status": 200, "proxyBaseUrl": "grpc://10.0.0.1:9890" } } In gRPC, WireMock do not has the ability to selectively proxy requests through to other hosts,can you add it?
References
No response