xinsnake / go-http-digest-auth-client

Golang Http Digest Authentication Client
BSD 2-Clause "Simplified" License
41 stars 68 forks source link

cann't set header for digest auth #28

Closed sunglowrise closed 2 years ago

sunglowrise commented 2 years ago

need add code in digest_auth_client.go line: 94:

// 修复header问题 if req.Header != nil { dr.Header = req.Header }

xinsnake commented 2 years ago

Hi @sunglowrise, Thanks for your issue. Please note that this package is no longer supported and please do not use it in production environment without modification/fixes.