Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d83bfb2

Browse files
refactor: Updated RFC spec Safe Methods URL in Cookies chapter
1 parent 5ab1ce2 commit d83bfb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎6-data-storage/01-cookie/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Lax mode, just like `strict`, forbids the browser to send cookies when coming fr
239239
A `samesite=lax` cookie is sent if both of these conditions are true:
240240
1. The HTTP method is "safe" (e.g. GET, but not POST).
241241

242-
The full list of safe HTTP methods is in the [RFC7231 specification](https://tools.ietf.org/html/rfc7231). Basically, these are the methods that should be used for reading, but not writing the data. They must not perform any data-changing operations. Following a link is always GET, the safe method.
242+
The full list of safe HTTP methods is in the [RFC7231 specification](https://tools.ietf.org/html/rfc7231#section-4.2.1). Basically, these are the methods that should be used for reading, but not writing the data. They must not perform any data-changing operations. Following a link is always GET, the safe method.
243243

244244
2. The operation performs a top-level navigation (changes URL in the browser address bar).
245245

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /