Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LB] Updates simulate zone #18064

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
* Looks for a case-insensitive substring in the response body.
* Make sure that the value is relatively static and within the first 100 MB of the HTML page.
* **Simulate Zone**:
* Pushes a request from Cloudflare health monitors through the Cloudflare stack as if it were a real visitor request to help analyze behavior or validate a configuration using the zone specified.
* It is recommended to use the same zone in which the Load Balancer exists.
* Ensures health monitor requests are compatible with features like [authenticated origin pulls](/ssl/origin-configuration/authenticated-origin-pull/) and [Argo Smart Routing](/argo-smart-routing/).
* Changes the egress zone settings of a health monitor request to ensure compatibility with features like [authenticated origin pulls](/ssl/origin-configuration/authenticated-origin-pull/), [Argo Smart Routing](/argo-smart-routing/), and [Aegis](/aegis/).
* **Follow Redirects**:
* Instead of reporting a `301` or `302` code as unhealthy, the health monitor request follows redirects to the final endpoint.
* **Configure Request Header(s)**:
Expand Down
Loading