Apache bench. API with Kerberos Authentication

190 Views Asked by At

My servers have Kerberos Authentication. A sample curl command would look like below. curl --negotiate -u : <url>

Now I need to load test this with Apache Bench. How do I pass the "--negotiate -u :" to ab ?

0

There are 0 best solutions below