Skip to content

Commit

Permalink
Update guideline/static-context-provider.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Beemer <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant and beeme1mr authored May 17, 2024
1 parent 6c57907 commit d680f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guideline/static-context-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ flowchart TD
```

## Polling
The polling system will make a POST request periodically tp the `/ofrep/v1/evaluate/flags` endpoint to check if there is a change in the flags evaluation to be able to store it.
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.

If an `ETag` is available we should always add the header `If-None-Match` with the `ETag` value.
- 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.
Expand Down

0 comments on commit d680f45

Please sign in to comment.