Skip to content

Commit 7f7e420

Browse files
committed
update proxy header name
1 parent 1982d81 commit 7f7e420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script/ScriptConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static class ScriptConstants
6363
public const string DynamicSku = "Dynamic";
6464
public const string DefaultProductionSlotName = "production";
6565

66-
public const string AzureProxyFunctionLocalRedirectHeaderName = "X_PROXY_LOCAL_REDIRECT_COUNT";
66+
public const string AzureProxyFunctionLocalRedirectHeaderName = "X-PROXY-LOCAL-REDIRECT-COUNT";
6767
public const int AzureProxyFunctionMaxLocalRedirects = 10;
6868

6969
public const string FeatureFlagDisableShadowCopy = "DisableShadowCopy";

0 commit comments

Comments
 (0)