Open TongJiankang opened 5 years ago
Just trying to test with BasicAuth, and the -a username:password
doesn't appear to be working...
I was able to successfully make the request with the -H
option as mentioned by @TongJiankang
Having exactly the same problem.
the PR #159 seems to cover that, what's the plan to land this?
Having exactly the same problem.
Hi, Same thing. I did your workaround and it works, thanks for that.
I can not authentication when i use param -a. Golang version is 1.11.4. Read code, use request. SetBasicAuth to authentication, and then request.Header have been reset by param header. Now, I should use
hey -H "Authorization: Basic <base64 encoding <user:password>>"
to replace it.