-
Notifications
You must be signed in to change notification settings - Fork 210
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
Comments
Some of this will be solved by adding support for headers #9 as you can add auth headers, etc. So the question is, can you get authentication to work by only adding some request headers? |
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 |
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. :) |
Thanks @hallatore . Awesome product. I will be doing a blog post on this. |
I was trying the tool, It is pretty cool !! I am trying to understanding How to add Windows authentication process into the request
The text was updated successfully, but these errors were encountered: