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
Copy file name to clipboardExpand all lines: guideline/static-context-provider.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ flowchart TD
56
56
## Polling
57
57
The polling system will make a POST request periodically to the `/ofrep/v1/evaluate/flags` endpoint to check if there is a change in the flags evaluation to be able to store it.
58
58
59
-
If an `ETag` is available we should always add the header `If-None-Match` with the `ETag` value.
59
+
If an `ETag`of a former evaluation is available we should always add the header `If-None-Match` with the `ETag` value.
60
60
- If the cache is still up-to-date we will receive a `304` telling us that the nothing has changed on the flag management system side.
61
61
- If the cache is outdated we will receive a `200` with the new values of all the flags. In that situation we should:
62
62
1. Replace the actual local cache of flags evaluations.
0 commit comments