File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ The browser responds to the session start by selecting a compatible signature al
159159POST /securesession/startsession HTTP/1.1
160160Host: auth.example.com
161161Accept: application/json
162- Cookie: whatever_cookies_apply_to_this_request =value;
162+ Cookie: whatever_cookies_already_apply_to_this_request =value;
163163Sec-Session-Response: JWT Proof
164164
165165```
@@ -252,7 +252,7 @@ The browser refreshes the short-term session credential by calling the session e
252252POST /securesession/refresh HTTP/1.1
253253Host: auth.example.com
254254Accept: application/json
255- Cookie: whatever_cookies_apply_to_this_request =value;
255+ Cookie: whatever_cookies_already_apply_to_this_request =value;
256256Sec-Session-Id: session_id
257257```
258258
You can’t perform that action at this time.
0 commit comments