Skip to content

Commit

Permalink
Use Authorization over authorization in httpMessages.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Aug 13, 2019
1 parent 947cdc6 commit 616dd63
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion test/latest/input/basic-request.httpMessage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GET /basic/request HTTP/1.1
Connection: keep-alive
User-Agent: Mozilla/5.0 (Macintosh)
authorization: Signature keyId="foo",algorithm="hmac",signature="test"
Authorization: Signature keyId="foo",algorithm="hmac",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/created-ecdsa.httpMessage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GET /basic/request HTTP/1.1
Connection: keep-alive
User-Agent: Mozilla/5.0 (Macintosh)
authorization: Signature keyId="foo",algorithm="ecdsa",created=1,headers="(created)",signature="test"
Authorization: Signature keyId="foo",algorithm="ecdsa",created=1,headers="(created)",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/created-hmac.httpMessage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GET /basic/request HTTP/1.1
Connection: keep-alive
User-Agent: Mozilla/5.0 (Macintosh)
authorization: Signature keyId="foo",algorithm="hmac",headers="(created)",signature="test",created=1
Authorization: Signature keyId="foo",algorithm="hmac",headers="(created)",signature="test",created=1
2 changes: 1 addition & 1 deletion test/latest/input/created-in-future.httpMessage
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Host: example.com
Content-Type: application/json
Digest: SHA-256=X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=
Content-Length: 18
authorization: Signature keyId="foo",created=9999999999999,headers="(created)",signature="test"
Authorization: Signature keyId="foo",created=9999999999999,headers="(created)",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/created-not-int.httpMessage
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Host: example.com
Content-Type: application/json
Digest: SHA-256=X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=
Content-Length: 18
authorization: Signature keyId="foo",created="not-int",headers="(created)",signature="test"
Authorization: Signature keyId="foo",created="not-int",headers="(created)",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/created-request.httpMessage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GET /basic/request HTTP/1.1
Connection: keep-alive
User-Agent: Mozilla/5.0 (Macintosh)
authorization: Signature created="9999999999999",keyId="foo",algorithm="hmac",signature="test"
Authorization: Signature created="9999999999999",keyId="foo",algorithm="hmac",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/created-rsa.httpMessage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GET /basic/request HTTP/1.1
Connection: keep-alive
User-Agent: Mozilla/5.0 (Macintosh)
authorization: Signature keyId="foo",algorithm="rsa",created=1,headers="(created)",signature="test"
Authorization: Signature keyId="foo",algorithm="rsa",created=1,headers="(created)",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/created.httpMessage
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Host: example.com
Content-Type: application/json
Digest: SHA-256=X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=
Content-Length: 18
authorization: Signature keyId="foo",created=1,headers="(created)",signature="test"
Authorization: Signature keyId="foo",created=1,headers="(created)",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/expired.httpMessage
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Host: example.com
Content-Type: application/json
Digest: SHA-256=X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=
Content-Length: 18
authorization: Signature keyId="foo",expires=0,headers="(created)",signature="test"
Authorization: Signature keyId="foo",expires=0,headers="(created)",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/expires.httpMessage
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Host: example.com
Content-Type: application/json
Digest: SHA-256=X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=
Content-Length: 18
authorization: Signature keyId="foo",expires=0,headers="(created)",signature="test"
Authorization: Signature keyId="foo",expires=0,headers="(created)",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/hs2019/basic.httpMessage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GET /basic/request HTTP/1.1
Connection: keep-alive
User-Agent: Mozilla/5.0 (Macintosh)
authorization: Signature keyId="EDTestKey",algorithm="hs2019",signature="test"
Authorization: Signature keyId="EDTestKey",algorithm="hs2019",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/invalidheaders-request.httpMessage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GET /basic/request HTTP/1.1
Connection: keep-alive
User-Agent: Mozilla/5.0 (Macintosh)
authorization: Signature keyId="foo",algorithm="hmac",headers="",signature="test"
Authorization: Signature keyId="foo",algorithm="hmac",headers="",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/noalgorithm-request.httpMessage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GET /basic/request HTTP/1.1
Connection: keep-alive
User-Agent: Mozilla/5.0 (Macintosh)
authorization: Signature keyId="foo",signature="test"
Authorization: Signature keyId="foo",signature="test"
2 changes: 1 addition & 1 deletion test/latest/input/nosignature-request.httpMessage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GET /basic/request HTTP/1.1
Connection: keep-alive
User-Agent: Mozilla/5.0 (Macintosh)
authorization: Signature keyId="foo",algorithm="hmac"
Authorization: Signature keyId="foo",algorithm="hmac"
2 changes: 1 addition & 1 deletion test/latest/input/not-created.httpMessage
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Host: example.com
Content-Type: application/json
Digest: SHA-256=X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=
Content-Length: 18
authorization: Signature keyId="foo",headers="(created)",signature="test"
Authorization: Signature keyId="foo",headers="(created)",signature="test"

0 comments on commit 616dd63

Please sign in to comment.