AnWeber / vscode-httpyac

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac
MIT License
247 stars 23 forks source link

Support NTLM authentication #310

Open nils-a opened 4 months ago

nils-a commented 4 months ago

For people still stuck in the old world, it would be really nice if NTLM would be supported as authentication.

AnWeber commented 4 months ago

Hi, I can implement the function. But I would need some help. Firstly, I don't know the correct way to do NTLM and a test of the function at the end would also be helpful as I can't perform such a test. Would it be possible for you to support me?

nils-a commented 3 months ago

I have never implemented NTLM, either. But I'm certainly willing to help. Doing some tests is not a problem.