Chakram has been incredible for me in testing unsecured and header-based secured endpoints, but I've hit a bit of a sticking point with endpoints that use SPNEGO to authenticate.
With curl, I can use the --negotiate flag to allow the authentication to work but I don't see an easy way with Chakram yet. Am I right in assuming that https://github.com/request/request/pull/1966 needs to be merged before I will be able to use Chakram with Kerberos endpoints?
Chakram has been incredible for me in testing unsecured and header-based secured endpoints, but I've hit a bit of a sticking point with endpoints that use SPNEGO to authenticate.
With curl, I can use the
--negotiate
flag to allow the authentication to work but I don't see an easy way with Chakram yet. Am I right in assuming that https://github.com/request/request/pull/1966 needs to be merged before I will be able to use Chakram with Kerberos endpoints?