We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c115f1 commit 324c134Copy full SHA for 324c134
1 file changed
lib/api_auth/request_drivers/rack.rb
@@ -53,7 +53,12 @@ def content_type
53
end
54
55
def content_hash
56
- find_header(%w[X-AUTHORIZATION-CONTENT-SHA256])
+ find_header(%w[
57
+ HTTP_X_AUTHORIZATION_CONTENT_SHA256
58
+ X_AUTHORIZATION_CONTENT_SHA256
59
+ HTTP-X-AUTHORIZATION-CONTENT-SHA256
60
+ X-AUTHORIZATION-CONTENT-SHA256
61
+ ])
62
63
64
def original_uri
0 commit comments