Skip to content

Commit 6b79a02

Browse files
author
Daniel Rubery
committed
Replace "whatever_cookies_apply_to_this_request"
To emphasize that DBSC does not change cookie inclusion logic, add the word "already" into this.
1 parent 8258482 commit 6b79a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The browser responds to the session start by selecting a compatible signature al
159159
POST /securesession/startsession HTTP/1.1
160160
Host: auth.example.com
161161
Accept: application/json
162-
Cookie: whatever_cookies_apply_to_this_request=value;
162+
Cookie: whatever_cookies_already_apply_to_this_request=value;
163163
Sec-Session-Response: JWT Proof
164164
165165
```
@@ -252,7 +252,7 @@ The browser refreshes the short-term session credential by calling the session e
252252
POST /securesession/refresh HTTP/1.1
253253
Host: auth.example.com
254254
Accept: application/json
255-
Cookie: whatever_cookies_apply_to_this_request=value;
255+
Cookie: whatever_cookies_already_apply_to_this_request=value;
256256
Sec-Session-Id: session_id
257257
```
258258

0 commit comments

Comments
 (0)