You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 request/request#1966 needs to be merged before I will be able to use Chakram with Kerberos endpoints?
The text was updated successfully, but these errors were encountered:
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 request/request#1966 needs to be merged before I will be able to use Chakram with Kerberos endpoints?The text was updated successfully, but these errors were encountered: