Skip to content

Commit

Permalink
need Content-Type
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless committed Oct 23, 2023
1 parent 6e99505 commit 414e713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/debug/shipper/shipper.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ func (s *shipper) signedUrl() (string, error) {
}

signedUrlRequest.Header.Set(control.HeaderApiVersion, control.ApiVersion)
signedUrlRequest.Header.Set("Content-Type", "application/json")

signHttpRequest(signedUrlRequest, body)

Expand Down

0 comments on commit 414e713

Please sign in to comment.