artilleryio / artillery

The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
https://www.artillery.io
Mozilla Public License 2.0
7.88k stars 501 forks source link

NTLM support #122

Open philjones88 opened 8 years ago

philjones88 commented 8 years ago

Hi,

Would be great to have NTLM support, I see a few node libraries like request-ntlm and httpntlm that already support this.

Many thanks,

Phil

hassy commented 8 years ago

Looks like it should be pretty straightforward with the request-ntlm module. 👍

@philjones88 happy to point you in the right direction if you don't want to wait and fancy giving it a go yourself. :)

soarez commented 8 years ago

Alternatively, node-ntlm is also an option, and seems to have tests.

philjones88 commented 8 years ago

I wrote a simple script with node-ntlm and it seems straightforward.

My employer sponsors OSS projects and new features, if it's of interest we would be willing to pay for this feature to be implemented.

hassy commented 8 years ago

@philjones88 We don't really have the framework in place to sponsor feature requests at the moment. There might be other options - drop me a line on h@artillery.io to discuss.

Stef-33560 commented 4 years ago

Hi

I dig up this request since it's still open, so would it be possible to have NTLM auth ? Basic Auth seems to be something different or I don't understand how to use it with NTLMAuth and NTLMBasicAuth on apache :D

Thanks ! :)