Open shreypath opened 8 years ago
@symbioticKid , thanks for your suggestion. And I think this is not a quite general requirement, so I'd like to put this in backlog.
Hi, this would also be very useful to me, are you considering to implement this in the near future?
@Yvand I know your pain. Currently we use Request package to issue HTTP request, which doesn't have native NTLM support, although it already some related feature discussions like NTLM Support and some work around like Using custom package, no official and suggested way to achieve this. So I'd like to put it in backlog temporarily. If still have many requests for this feature, I will implement in my own code to achieve this. Great thanks for your usage, @Yvand and @symbioticKid
👍 Would love to see this feature as well.
This package for me looks more reliable, but most likely because I've used it and it did not caused any problems.
I really miss this feature!
I found here a really good explanation how it works. I guess that will help you a lot if you want to develop it by your own. It looks not so difficult at all...
+1
+1 Could really use this functionality as well!
+1
+1
This would be a killer feature. +1
Moved to an internal project that uses NTLM. It's a shame I can't use this plugin here, as I found it so incredibly useful in my previous project.
Still, +1 to this feature. It'd be wonderful to see it implemented.
+1
+1
yet another +1
+1
+1
+1
+1
+1
+1
+1
Any workaround for this issue ?
I would love to see support for NTLM implemented. This is a great tool for VS Code development. As a work around, I do testing with Postman. As it supports NTLM.
Thank you for a great tool! Would also love to see NTLM support.
Serious backlog :-/
+1 for me!
Is there any progress moving away from the request library, which has been deprecated since 2020-02-11, to one which supports additional authentication methods? I'm going to have to find a replacement for REST client, if not.
@brbecker my extension has migrated to got library for several releases
Finding myself resorting to the bloated postman which has a NTLM (beta) option
I would also love to see NTLM support. I have moved most of my stuff from Postman to this but not the stuff that requires NTLM.
+1 NTLM support would be appreciated.
+1
+1
+1
+1
+1
+1 for NTLM auth
+1 for NTLM auth
Seriously, NTLM is not a backlog issue, many people who work with these tools are in corporate environment wanted to test internal API which are NTLM in most cases. you should help us with this. earlier postman also don't have NTLM, now they added it. please consider it a bit high priority
NTLM support is a crucial feature, particularly for professionals working in corporate environments where internal APIs often use NTLM authentication. It's essential for testing and development purposes. While Postman initially lacked NTLM support, they have since recognized its importance and implemented it. if you can prioritize this feature it will be helpful to meet the needs of many users who rely on NTLM for their workflows
I love the REST Client extension 👍 , but I need NTLM support!!! :-)
+1
Seriously guys please take this as priority. Without NTLM unable to use this wonderful extension. Please support NTLM
Yes, received.
SATISH REDDY.R @.*** 91-7673903332
On Fri, 23 Aug 2024 at 6:58 AM, chkrishna2001 @.***> wrote:
Seriously guys please take this as priority. Without NTLM unable to use this wonderful extension. Please support NTLM
— Reply to this email directly, view it on GitHub https://github.com/Huachao/vscode-restclient/issues/15#issuecomment-2306008812, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF4BK4YK35O55ZJJ62D77PDZS2F5VAVCNFSM4CJXPEI2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMZQGYYDAOBYGEZA . You are receiving this because you commented.Message ID: @.***>
Steps to Reproduce: Is there a way to use Windows NTLM authentication via the REST client? I'm able to get the response via the python HTttpNtlmAuth library, but curious to see if the same can be achieved via the REST client.