Forum Discussion

VictorZ's avatar
VictorZ
Occasional Contributor
3 years ago

Load Test for Web API

We have a web api payment processing service in production. We'd like to get the performance measured by LoadNinja. We don't have front application because that is custom developed by our partners. The authentication method is a bit different than the standard. It is using private key file from the client and service. The authentication is done by the front end application code. My difficulty is if loadninja support this kind of process.