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 15e361f commit e8f13dcCopy full SHA for e8f13dc
mnestix-proxy/Authentication/ApiKeyAuthentication/ApiKeyRequirementHandler.cs
@@ -53,6 +53,6 @@ private void SucceedRequirementIfApiKeyPresentAndValid(AuthorizationHandlerConte
53
_httpContextAccessor.HttpContext?.Request.Method,
54
_httpContextAccessor.HttpContext?.Request.Path);
55
context.Fail(new AuthorizationFailureReason(this,
56
- "For all methods except 'GET' you need a valid ApiKey in your header."));
+ "For all methods except 'GET' you need a valid X-API-KEY in your header."));
57
}
58
0 commit comments