You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to allow users to better tune performance, we want to allow setting querystring behavior
Acceptance Criteria
GIVEN a create request
AND no specified querystring behavior
WHEN the broker provisions the distribution
THEN querystrings should be treated as cache keys
AND querystrings should be sent to the origin
GIVEN a create request
AND querystring behavior specified as "none"
WHEN the broker provisions the distribution
THEN querystrings should not be treated as cache keys
AND querystrings should not be sent to the origin
GIVEN a create request
AND querystring behavior specified with an allowlist
WHEN the broker provisions the distribution
THEN allowed querystrings should be treated as cache keys
AND allowed querystrings should be sent to the origin \
AND non-allowed querystrings should not be treated as cache keys
Security considerations
This won't change our security posture significantly, but if used properly it can help make DoS/DDoS harder for certain sites
The text was updated successfully, but these errors were encountered:
In order to allow users to better tune performance, we want to allow setting querystring behavior
Acceptance Criteria
AND no specified querystring behavior
WHEN the broker provisions the distribution
THEN querystrings should be treated as cache keys
AND querystrings should be sent to the origin
AND querystring behavior specified as "none"
WHEN the broker provisions the distribution
THEN querystrings should not be treated as cache keys
AND querystrings should not be sent to the origin
AND querystring behavior specified with an allowlist
WHEN the broker provisions the distribution
THEN allowed querystrings should be treated as cache keys
AND allowed querystrings should be sent to the origin \
AND non-allowed querystrings should not be treated as cache keys
Security considerations
This won't change our security posture significantly, but if used properly it can help make DoS/DDoS harder for certain sites
The text was updated successfully, but these errors were encountered: