mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Add history note for netrc Authorization header.
This commit is contained in:
parent
4ba9f7ee63
commit
c2e11b943a
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
- Note: this changes behavior for compressed responses when using
|
- Note: this changes behavior for compressed responses when using
|
||||||
`:raw_response => true`. Previously the raw response would not have been
|
`:raw_response => true`. Previously the raw response would not have been
|
||||||
uncompressed by rest-client, but now Net::HTTP will uncompress it.
|
uncompressed by rest-client, but now Net::HTTP will uncompress it.
|
||||||
|
- The previous fix to avoid having Netrc username/password override an
|
||||||
|
Authorization header was case-sensitive and incomplete. Fix this by
|
||||||
|
respecting existing Authorization headers, regardless of letter case. (#550)
|
||||||
|
|
||||||
# 2.0.2
|
# 2.0.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue