Skip to content

Commit d0bb7ca

Browse files
committed
Small fix
1 parent b0daf58 commit d0bb7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/waf/custom-rules/use-cases/configure-token-authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,6 @@ Example URI paths of valid incoming requests:
223223
/case-studies/768bf477-22d5-4545-857d-b155510119ff/another-company-report.pdf?1755878057-jeMS5S1F3MIgxvL61UmiX4vODiWtuLfcPV6q%2B0Y3Rig%3D
224224
```
225225

226-
The first two URI paths could use the same HMAC signature because they share the same 51-character prefix (`/case-studies/12345678-90ab-4cde-f012-3456789abcde/`) that is validated by the custom rule.
226+
The first two URI paths can use the same HMAC signature because they share the same 51-character prefix (`/case-studies/12345678-90ab-4cde-f012-3456789abcde/`) that is validated by the custom rule.
227227

228-
The third URI path would need a different HMAC signature, since the prefix is different.
228+
The third URI path needs a different HMAC signature, since the prefix is different.

0 commit comments

Comments
 (0)