Download the files to a directory and start services using Docker Compose.
docker-compose up -dGenerate some load (run few times with different trace IDs)
curl -H "x-client-trace-id: 23423sfdf3" http://localhost:8000| curl -i -u "FOO":"BAR" "localhost:8081/conversation/api/v1/workspaces?version=2017-04-21" | |
| HTTP/1.1 302 Found | |
| x-backside-transport: OK OK | |
| vary: Accept, Accept-Encoding | |
| date: Tue, 18 Apr 2017 15:31:04 GMT | |
| x-powered-by: Express | |
| location: https://gateway.watsonplatform.net/v1/workspaces?version=2017-04-21 | |
| content-type: text/plain;charset=utf-8 | |
| server: envoy | |
| set-cookie: YYYREDACTEDYYY; path=/conversation/api; secure; HttpOnly |
Download the files to a directory and start services using Docker Compose.
docker-compose up -dGenerate some load (run few times with different trace IDs)
curl -H "x-client-trace-id: 23423sfdf3" http://localhost:8000