Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions features/draft/spec/rfc4120.yml

This file was deleted.

18 changes: 0 additions & 18 deletions features/draft/spec/rfc4120.yml.dist

This file was deleted.

11 changes: 0 additions & 11 deletions features/draft/spec/rfc7616.yml

This file was deleted.

26 changes: 26 additions & 0 deletions features/http-authentication.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: HTTP authentication
description: The `Authorization` and `WWW-Authenticate` headers authenticate a user with a server.
spec:
- https://httpwg.org/specs/rfc9110.html#authentication
- https://httpwg.org/specs/rfc7616.html
- https://www.rfc-editor.org/rfc/rfc4120
status:
compute_from:
- http.headers.Authorization
- http.headers.WWW-Authenticate
compat_features:
- http.headers.Authorization
- http.headers.Authorization.Basic
- http.headers.Authorization.Digest
- http.headers.Authorization.Digest.SHA-256
- http.headers.Authorization.Digest.md5
- http.headers.Authorization.NTLM
- http.headers.Authorization.Negotiate
- http.headers.Authorization.authorization_removed_cross_origin
- http.headers.WWW-Authenticate
- http.headers.WWW-Authenticate.Basic
- http.headers.WWW-Authenticate.Digest
- http.headers.WWW-Authenticate.Digest.SHA-256
- http.headers.WWW-Authenticate.Digest.md5
- http.headers.WWW-Authenticate.NTLM
- http.headers.WWW-Authenticate.Negotiate
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Generated from: rfc7616.yml
# Generated from: http-authentication.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "117"
chrome_android: "117"
edge: "117"
firefox: "93"
firefox_android: "93"
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "1"
safari_ios: "1"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand All @@ -21,6 +26,10 @@ compat_features:
# firefox_android: "4"
# safari: "1"
# safari_ios: "1"
- http.headers.Authorization
- http.headers.Authorization.Basic
- http.headers.WWW-Authenticate
- http.headers.WWW-Authenticate.Basic
- http.headers.WWW-Authenticate.Digest
- http.headers.WWW-Authenticate.Digest.md5

Expand All @@ -38,7 +47,22 @@ compat_features:
- http.headers.Authorization.Digest
- http.headers.Authorization.Digest.md5

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "79"
# firefox: "1"
# firefox_android: "4"
# safari: ≤7
# safari_ios: ≤7
- http.headers.Authorization.NTLM
- http.headers.Authorization.Negotiate
- http.headers.WWW-Authenticate.NTLM
- http.headers.WWW-Authenticate.Negotiate

# baseline: false
# support:
# chrome: "117"
Expand All @@ -48,3 +72,11 @@ compat_features:
# firefox_android: "93"
- http.headers.Authorization.Digest.SHA-256
- http.headers.WWW-Authenticate.Digest.SHA-256

# baseline: false
# support:
# firefox: "111"
# firefox_android: "111"
# safari: "16.1"
# safari_ios: "16.1"
- http.headers.Authorization.authorization_removed_cross_origin
4 changes: 0 additions & 4 deletions features/http11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ compat_features:
- http.headers.Accept-Language
- http.headers.Accept-Ranges
- http.headers.Age
- http.headers.Authorization
- http.headers.Authorization.Basic
- http.headers.Cache-Control
- http.headers.Connection
- http.headers.Content-Disposition
Expand Down Expand Up @@ -44,8 +42,6 @@ compat_features:
- http.headers.User-Agent
- http.headers.Vary
- http.headers.Via
- http.headers.WWW-Authenticate
- http.headers.WWW-Authenticate.Basic
- http.methods.CONNECT
- http.methods.DELETE
- http.methods.GET
Expand Down
4 changes: 0 additions & 4 deletions features/http11.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ compat_features:
- http.headers.Accept-Language
- http.headers.Accept-Ranges
- http.headers.Age
- http.headers.Authorization
- http.headers.Authorization.Basic
- http.headers.Cache-Control
- http.headers.Connection
- http.headers.Content-Disposition
Expand Down Expand Up @@ -65,8 +63,6 @@ compat_features:
- http.headers.User-Agent
- http.headers.Vary
- http.headers.Via
- http.headers.WWW-Authenticate
- http.headers.WWW-Authenticate.Basic
- http.methods.CONNECT
- http.methods.DELETE
- http.methods.GET
Expand Down