Application for testing Service Mesh. This application logs every request and responses with incoming request details: url, headers and body.
This service is also capable of sending requests to some other destination, to do so include the following request body in your HTTP request to the service:
{
"url": "<target URL>",
"method": "<HTTP method>",
"headers": {
"<headerName>": [ "<headerValue1>", "<headerValue2>" ]
}
}