hallatore / Netling

Netling is a load tester client for easy web testing.
MIT License
1.34k stars 210 forks source link

Is it Possible to add Authentication to the API #13

Closed satish860 closed 7 years ago

satish860 commented 7 years ago

I was trying the tool, It is pretty cool !! I am trying to understanding How to add Windows authentication process into the request

hallatore commented 7 years ago

Some of this will be solved by adding support for headers #9 as you can add auth headers, etc. But I'm not sure if that's enough to support windows auth as it's normally some handshake going back and forth.

So the question is, can you get authentication to work by only adding some request headers?

satish860 commented 7 years ago

I will try it by just adding header .. Or Is it possible to call a request with a Windows authentication and add the header to HTTP worker

hallatore commented 7 years ago

I've added support for headers now. Hope that helps if you haven't already added this support yourself :)

I won't be supporting much outside the standard http stuff, but people are welcome to fork and tweak to their liking. :)

satish860 commented 7 years ago

Thanks @hallatore . Awesome product. I will be doing a blog post on this.