Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it Possible to add Authentication to the API #13

Closed
satish860 opened this issue Aug 3, 2016 · 4 comments
Closed

Is it Possible to add Authentication to the API #13

satish860 opened this issue Aug 3, 2016 · 4 comments

Comments

@satish860
Copy link

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

@hallatore
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants