Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.25.0 - 2025-07-24 source code.tar.gz | 2025-07-24 | 110.5 kB | |
1.25.0 - 2025-07-24 source code.zip | 2025-07-24 | 145.9 kB | |
README.md | 2025-07-24 | 505 Bytes | |
Totals: 3 Items | 256.9 kB | 2 |
IMPORTANT CHANGE
- change:
insecure_basic_auth
now defaults totrue
instead offalse
This restores backward compatibility with pre-1.24.0 behavior where basic auth was allowed over HTTP connections. If you need strict HTTPS-only basic auth:
- Set globally:
application:set_env(hackney, insecure_basic_auth, false)
- Or per-request:
{insecure_basic_auth, false}
in options
Hex.pm : https://hex.pm/packages/hackney/1.25.0 Doc: https://hexdocs.pm/hackney/readme.html