Commit 5adbc14 1 parent 95aef0a commit 5adbc14 Copy full SHA for 5adbc14
File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,6 @@ The browser responds to the session start by selecting a compatible signature al
154
154
POST /securesession/startsession HTTP/1.1
155
155
Host: auth.example.com
156
156
Accept: application/json
157
- Content-Type: application/json
158
- Content-Length: nn
159
157
Cookie: whatever_cookies_apply_to_this_request=value;
160
158
Sec-Session-Response: registration JWT
161
159
@@ -250,8 +248,7 @@ The browser refreshes the short-term session credential by calling the session e
250
248
``` http
251
249
POST /securesession/refresh HTTP/1.1
252
250
Host: auth.example.com
253
- Content-Type: application/json
254
- Content-Length: nn
251
+ Accept: application/json
255
252
Cookie: whatever_cookies_apply_to_this_request=value;
256
253
Sec-Session-Id: session_id
257
254
```
@@ -381,4 +378,4 @@ promise.catch((...) => {
381
378
// not reachable, or broke protocol.
382
379
< error handling>
383
380
});
384
- ```
381
+ ```
You can’t perform that action at this time.
0 commit comments