Skip to content

Commit

Permalink
Forgot to change that back. My bad.
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Aug 12, 2016
1 parent 66c59e6 commit 96e3e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AuthorizationClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public struct AuthorizationClient: NetworkClient {

// Add the client authorization
if let authorization = authorizationHeader(username: clientID, password: clientSecret) {
request.setValue(authorization, forHTTPHeaderField: "Authorization")
request.setValue(authorization, forHTTPHeaderField: "Client-Authorization")
}

return request
Expand Down

0 comments on commit 96e3e35

Please sign in to comment.