feature: support for adding the specified request header for upstream…#818
Merged
Conversation
… health check. Fix #766.
moonming
reviewed
Nov 7, 2019
moonming
reviewed
Dec 4, 2019
| The threshold fields of `unhealthy` are: | ||
| * `active.unhealthy.interval`: Interval between health checks for unhealthy targets (in seconds), the minimum is 1. | ||
| * `active.unhealthy.http_failures`: The number of http failures times to determine the target is unhealthy, the minimum is 1. | ||
| * `active.req_headers`: Additional request header. |
Member
There was a problem hiding this comment.
Additional request header. -> Additional request headers. Array format, so you can fill in multiple headers.
moonming
approved these changes
Dec 4, 2019
Closed
shreemaan-abhishek
pushed a commit
to shreemaan-abhishek/apisix
that referenced
this pull request
Jan 2, 2026
## Description Upgrade the actions/cache version, otherwise the CI will fail. ## Checklist - [x] I have explained **WHY** we need this PR and **HOW** the problem it solves - [ ] The title of the PR concisely describes the code modification and complies with APISIX specifications. - [ ] I have explained the changes or the new features added to this PR - [ ] I have added **e2e test cases** corresponding to this change - [ ] I have updated the documentation to reflect this change **NOTE: This PR will not be reviewed and merged until the contents of these checklists are completed.** Signed-off-by: ashing <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… health check.
Fix #766.