We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1982d81 commit 7f7e420Copy full SHA for 7f7e420
src/WebJobs.Script/ScriptConstants.cs
@@ -63,7 +63,7 @@ public static class ScriptConstants
63
public const string DynamicSku = "Dynamic";
64
public const string DefaultProductionSlotName = "production";
65
66
- public const string AzureProxyFunctionLocalRedirectHeaderName = "X_PROXY_LOCAL_REDIRECT_COUNT";
+ public const string AzureProxyFunctionLocalRedirectHeaderName = "X-PROXY-LOCAL-REDIRECT-COUNT";
67
public const int AzureProxyFunctionMaxLocalRedirects = 10;
68
69
public const string FeatureFlagDisableShadowCopy = "DisableShadowCopy";
0 commit comments