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
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
To avoid having the result of the eval action being cached by proxies or browsers when evaluating the latest version of a ruleset, we need to add the right HTTP headers to control the caching policy:
GET /rulesets/some-path?eval¶m1=1¶m2=2 -> latest version -> no http caching (or etag)
GET /rulesets/some-path?eval&version=xyz¶m1=1¶m2=2 specific version -> http caching
The text was updated successfully, but these errors were encountered:
To avoid having the result of the
eval
action being cached by proxies or browsers when evaluating the latest version of a ruleset, we need to add the right HTTP headers to control the caching policy:GET /rulesets/some-path?eval¶m1=1¶m2=2
-> latest version -> no http caching (or etag)GET /rulesets/some-path?eval&version=xyz¶m1=1¶m2=2
specific version -> http cachingThe text was updated successfully, but these errors were encountered: