Skip to content

Commit 547467d

Browse files
committed
debug
1 parent 2afcd2e commit 547467d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internals/proxy/proxy.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ func AuthMiddleware(next http.Handler) http.Handler {
6464

6565
authQuery := req.URL.Query().Get("@authorization")
6666

67+
log.Debug("Auth Query: ", authQuery, "| Query: ", req.URL.RawQuery)
68+
6769
var authType AuthType = None
6870

6971
success := false

0 commit comments

Comments
 (0)