- Create two new endpoint with mocky with following payloads.
{
"message":"message1"
}
{
"message":"message2"
}
- Replace line #16 with first mocky endpoint address and line #32 with second endpoint in aggregate_proxy.
- Add aggregate_proxy into the proxy service.
- Evoke the proxy service with
curl -H 'Accept: application/json' -X GET https://localhost:8243/services/aggregate_proxy -k
In case of SSL error while using curl, use -k option with curl command