test to show returning 304 works (#450)

This commit is contained in:
Tom Pallister
2018-07-08 15:02:35 +01:00
committed by GitHub
parent 85efcf0787
commit d604badd49
3 changed files with 105 additions and 0 deletions

View File

@ -15,6 +15,22 @@
"TimeoutValue": 360000
}
},
{
"DownstreamPathTemplate": "/api/v1/todo/",
"DownstreamScheme": "http",
"UpstreamPathTemplate": "/api/v1/todo/",
"UpstreamHttpMethod": [ "Get", "Post" ],
"DownstreamHostAndPorts": [
{
"Host": "lxtodo.azurewebsites.net",
"Port": 80
}
],
"DownstreamHeaderTransform": {
"Location": "{DownstreamBaseUrl}, {BaseUrl}"
}
},
{
"DownstreamPathTemplate": "/api/values",
"DownstreamScheme": "https",