hallatore / Netling

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

Authentication #21

Closed vkocjancic closed 6 years ago

vkocjancic commented 7 years ago

Hi. I love your application.

I am missing authentication options though. Working on client based applications, majority of pages are protected by either username & password combination or Windows authentication.

Is there a plan to implement this?

HalidCisse commented 7 years ago

+1 for OAuth2 token header support

hallatore commented 7 years ago

I think the first step is to support custom headers in the client with #19. Then it would be easier to use already authenticated headers/cookies from chrome for example.