diff --git a/test/Ocelot.ManualTest/ocelot.json b/test/Ocelot.ManualTest/ocelot.json index 6f531414..51d387c4 100644 --- a/test/Ocelot.ManualTest/ocelot.json +++ b/test/Ocelot.ManualTest/ocelot.json @@ -17,20 +17,15 @@ }, { "DownstreamPathTemplate": "/api/values", - "DownstreamScheme": "http", + "DownstreamScheme": "https", "UpstreamPathTemplate": "/api/values", "UpstreamHttpMethod": [ "Get" ], "DownstreamHostAndPorts": [ { - "Host": "localhost", - "Port": 5007 + "Host": "testapivalues.azurewebsites.net", + "Port": 443 } - ], - "HttpHandlerOptions": { - "AllowAutoRedirect": true, - "UseCookieContainer": true, - "UseTracing": true - } + ] }, { "DownstreamPathTemplate": "/",