Skip to content

Commit

Permalink
update auth header
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettBlox committed May 2, 2024
1 parent e3407bf commit 8b4e828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/concert/concert.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (a *adapter) MakeRequests(request *openrtb2.BidRequest, requestInfo *adapte
Body: requestJSON,
Headers: http.Header{
"Content-Type": []string{"application/json"},
"Authorization": []string{"Bearer " + bidderImpExt.PartnerId},
"Authorization": []string{"concert-prebid-server"},
},
}

Expand Down

0 comments on commit 8b4e828

Please sign in to comment.