We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660debc commit 9698fbcCopy full SHA for 9698fbc
jamf/jamfprointegration/preprequest.go
@@ -23,7 +23,7 @@ import (
23
// - Adds an "Authorization" header with a Bearer token obtained from the Integration's auth.getTokenString method.
24
func (j *Integration) prepRequest(req *http.Request) error {
25
26
- j.Sugar.Debugw("LOG-CONTENT-TYPE", "METHOD", req.Method)
+ j.Sugar.Debugw("LOG-CONTENT-TYPE", "METHOD", req.Method, "URL", req.URL.String())
27
if req.Method != "GET" && req.Method != "DELETE" {
28
req.Header.Add("Content-Type", j.getContentTypeHeader(req.URL.String()))
29
}
0 commit comments