From f89a9a5de3438f34656c9d23d75e4e9f61e7390d Mon Sep 17 00:00:00 2001 From: ACHMAD ALIF NASRULLOH <106044706+achmadalifn4@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:56:51 +0700 Subject: [PATCH] Add new header variable _H5 in byteplus_alb.sh Added a new header variable _H5 to the byteplus_alb.sh script. --- deploy/byteplus_alb.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/byteplus_alb.sh b/deploy/byteplus_alb.sh index fd333703..e89ab966 100644 --- a/deploy/byteplus_alb.sh +++ b/deploy/byteplus_alb.sh @@ -360,11 +360,14 @@ ${_cr_hash}" _saved_H2="${_H2:-}" _saved_H3="${_H3:-}" _saved_H4="${_H4:-}" + _saved_H5="${_H5:-}" _H1="Authorization: ${_auth}" _H2="X-Date: ${_x_date}" _H3="Host: ${_BYTEPLUS_HOST}" _H4="Content-Type: application/x-www-form-urlencoded" + _H5="" + _response="$(_post "$_body" "$_url" "" "POST")" _request_ret="$?" @@ -372,6 +375,7 @@ ${_cr_hash}" _H2="$_saved_H2" _H3="$_saved_H3" _H4="$_saved_H4" + _H5="$_saved_H5" if [ "$_request_ret" != "0" ]; then _err "byteplus_alb_api request failed for [$_action]"