http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Realm parameter on `auth::WwwAuthenticate` is optional #280

Open yoshuawuyts opened 3 years ago

yoshuawuyts commented 3 years ago

From https://github.com/http-rs/http-types/issues/99#issuecomment-723938382:

WWW-Authenticate header: From RFC 7235#appendix-A, the "realm" parameter is optional now.

yoshuawuyts commented 3 years ago

This probably also applies to ProxyAuthenticate; we should change that too if so.