Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 467 Bytes

File metadata and controls

11 lines (10 loc) · 467 Bytes
  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