Skip to content

Commit 235cdd4

Browse files
Update changelogs from fern repo (#4296)
Co-authored-by: iamnamananand996 <31537362+iamnamananand996@users.noreply.github.com>
1 parent 73a6da5 commit 235cdd4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 1.30.2
2+
**`(fix):`** Fix Basic Auth header not being sent when the username is an empty string.
3+
Per RFC 7617, an empty user-id is valid in Basic Auth (e.g., `:password`).
4+
The condition in `ToHeader()` now uses `||` instead of `&&`, so the
5+
Authorization header is set whenever either the username or password is
6+
non-empty.
7+
8+

0 commit comments

Comments
 (0)