You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Servers MAY close the WebSocket connection whenever desired. Clients SHOULD NOT close the WebSocket connection arbitrarily. In either case, an endpoint initiates a closure by following the procedures to _Start the WebSocket Closing Handshake_ (Section 7.1.2).
The normal procedure for parsing an HTTP message is to\
2534
2534
</p>
@@ -7636,7 +7636,7 @@ <h3>6.7. `Upgrade^h</h3>
7636
7636
Hypertext Transfer Protocol 族
7637
7637
]に利用するための ~protocol名として, "`HTTP^c" のみを定義する。
7638
7638
追加的な~tokenは,
7639
-
`8.6$sec にて定義される登録~手続きを利用して
7639
+
`8.6$sec にて定義される登録~手続-を利用して
7640
7640
~IANAにより登録される~OUGHT。
7641
7641
◎
7642
7642
This specification only defines the protocol name "HTTP" for use by the family of Hypertext Transfer Protocols, as defined by the HTTP version rules of Section 2.6 and future updates to this specification. Additional tokens ought to be registered with IANA using the registration procedure defined in Section 8.6.
Response messages with an error status code usually contain a payload that represents the error condition, such that it describes the error state and what next steps are suggested for resolving it.
Browser fingerprinting is a set of techniques for identifying a specific user agent over time through its unique set of characteristics. These characteristics might include information related to its TCP behavior, feature capabilities, and scripting environment, though of particular interest here is the set of unique characteristics that might be communicated via HTTP. Fingerprinting is considered a privacy concern because it enables tracking of a user agent's behavior over time without the corresponding controls that the user might have over other forms of data collection (e.g., cookies). Many general-purpose user agents (i.e., Web browsers) have taken steps to reduce their fingerprints.
Copy file name to clipboardExpand all lines: RFC7234-ja.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3394,7 +3394,7 @@ <h3>5.5. `Warning^h</h3>
3394
3394
以下の `warn-code$p が,この仕様により定義される。
3395
3395
それぞれには、推奨される英語の `warn-text$p, および
3396
3396
その意味の記述が伴われる。
3397
-
追加的な `warn-code$p を定義するための手続きは、`7.2.1$secにて述べる。
3397
+
追加的な `warn-code$p を定義するための手続-は、`7.2.1$secにて述べる。
3398
3398
◎
3399
3399
The following warn-codes are defined by this specification, each with a recommended warn-text in English, and a description of its meaning. The procedure for defining additional warn codes is described in Section 7.2.1.
• HTTP authentication is presumed to be stateless: all of the information necessary to authenticate a request MUST be provided in the request, rather than be dependent on the server remembering prior requests. Authentication based on, or bound to, the underlying connection is outside the scope of this specification and inherently flawed unless steps are taken to ensure that the connection cannot be used by any party other than the authenticated user (see Section 2.3 of [RFC7230]).
0 commit comments