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
I believe this absence should be remedied. In particular, the spec should clarify that Access-Control-Request-Private-Network and Access-Control-Allow-Private-Network are singleton fields, not list-based fields (see RFC 9110); this distinction matters in the logic of extract header list values and therefore does matter for implementing of CORS middleware that support PNA.
The spec provides no ABNF for the additional headers. This is in contrast with the Fetch standard, which provides ABNF for all the CORS-specific headers.
I believe this absence should be remedied. In particular, the spec should clarify that
Access-Control-Request-Private-Network
andAccess-Control-Allow-Private-Network
are singleton fields, not list-based fields (see RFC 9110); this distinction matters in the logic of extract header list values and therefore does matter for implementing of CORS middleware that support PNA.I suggest the following ABNF:
The text was updated successfully, but these errors were encountered: