From 8cc06e6707ca813e943c6529da6e28453bcbb557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Tue, 30 Aug 2022 17:28:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=89=B4=E6=9D=83=E6=88=90=E5=8A=9F=E6=97=B6?= =?UTF-8?q?=E4=B9=9F=E5=9C=A8=E8=AE=BF=E9=97=AE=E6=97=A5=E5=BF=97=E4=B8=AD?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E9=89=B4=E6=9D=83=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/http_request_auth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/nodes/http_request_auth.go b/internal/nodes/http_request_auth.go index b3b0149..c6baff4 100644 --- a/internal/nodes/http_request_auth.go +++ b/internal/nodes/http_request_auth.go @@ -43,6 +43,7 @@ func (this *HTTPRequest) doAuth() (shouldStop bool) { if uriChanged { this.uri = newURI } + this.tags = append(this.tags, ref.AuthPolicy.Type) return } else { // Basic Auth比较特殊