Skip to content

Latest commit

 

History

History
 
 

3-aggregate-mediator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
  1. Create two new endpoint with mocky with following payloads.
{
    "message":"message1"
}
{
    "message":"message2"
}
  1. Replace line #16 with first mocky endpoint address and line #32 with second endpoint in aggregate_proxy.
  2. Add aggregate_proxy into the proxy service.
  3. 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