Skip to content

Commit 8b10c92

Browse files
FrostyApeOneFrostyApeOne
authored andcommitted
Updated cypress request header
1 parent 947bbde commit 8b10c92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DfE.ExternalApplications.Web/Services/ExternalAppsCypressRequestChecker.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public class ExternalAppsCypressRequestChecker(
1717
ILogger<ExternalAppsCypressRequestChecker> logger)
1818
: ICustomRequestChecker
1919
{
20-
private const string CypressHeaderKey = "X-Cypress-Test";
21-
private const string CypressSecretHeaderKey = "X-Cypress-Secret";
20+
private const string CypressHeaderKey = "x-cypress-test";
21+
private const string CypressSecretHeaderKey = "x-cypress-secret";
2222
private const string ExpectedCypressValue = "true";
2323

2424
/// <summary>

0 commit comments

Comments
 (0)