mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-18 03:35:10 +08:00
鉴权成功时也在访问日志中记录鉴权类型
This commit is contained in:
@@ -43,6 +43,7 @@ func (this *HTTPRequest) doAuth() (shouldStop bool) {
|
|||||||
if uriChanged {
|
if uriChanged {
|
||||||
this.uri = newURI
|
this.uri = newURI
|
||||||
}
|
}
|
||||||
|
this.tags = append(this.tags, ref.AuthPolicy.Type)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
// Basic Auth比较特殊
|
// Basic Auth比较特殊
|
||||||
|
|||||||
Reference in New Issue
Block a user