We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947bbde commit 8b10c92Copy full SHA for 8b10c92
1 file changed
src/DfE.ExternalApplications.Web/Services/ExternalAppsCypressRequestChecker.cs
@@ -17,8 +17,8 @@ public class ExternalAppsCypressRequestChecker(
17
ILogger<ExternalAppsCypressRequestChecker> logger)
18
: ICustomRequestChecker
19
{
20
- private const string CypressHeaderKey = "X-Cypress-Test";
21
- private const string CypressSecretHeaderKey = "X-Cypress-Secret";
+ private const string CypressHeaderKey = "x-cypress-test";
+ private const string CypressSecretHeaderKey = "x-cypress-secret";
22
private const string ExpectedCypressValue = "true";
23
24
/// <summary>
0 commit comments