Skip to content

Latest commit

 

History

History

5-simple-clone-mediator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
  1. Create new mocky endpoint with following payload and replace line #13 in clone_mediator_proxy.xml with new endpoint.
{
   "key": "value"
}
  1. Add clone_mediator_proxy.xml into the proxy service.
  2. Evoke the proxy service with
    curl -H 'Accept: application/json' -X GET https://localhost:8243/services/clone_proxy -k

In case of SSL error while using curl, use -k option with curl command