Skip to content

Commit 533c00c

Browse files
Update README.md
1 parent 46effad commit 533c00c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protect-cached-content/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ VCL receives request.
77
If the request is a cache HIT, then request is sent to vcl_pass.
88
From vcl_pass, the request is sent to the NGWAF.
99

10+
## Note on shielding
11+
It is expected that the request will be inspected by the WAF at the location where there is a cache HIT. This means that if shielding is used, then the edge PoP may be used for the NGWAF inspection if the cache HIT occurs at the Fastly edge PoP. If the request makes it to the shield where there is a cache HTI, then that is where the NGWAF will perform the inspection.
12+
1013
## Blocked or challenged
1114
If the NGWAF returns a BLOCK or CHALLENGED signal, then the NGWAF response is returned to the client
1215

0 commit comments

Comments
 (0)