Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jan 26, 2024
1 parent b9964d0 commit 165501d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"profiles": {
"Azure.Sdk.Tools.HttpFaultInjector": {
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
"OTEL_SERVICE_NAME": "HttpFaultInjector",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:7777;https://localhost:7778"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static class Utils
"Proxy-Connection",

// "X-Upstream-Base-Uri" in original request is used as the Base URI in the upstream request
"X-Upstream-Base-Uri",
UpstreamBaseUriHeader,
"Host",

ResponseSelectionHeader
Expand Down

0 comments on commit 165501d

Please sign in to comment.