Node version: 12.19.0
Npm version: 6.14.8
OS and version: Windows 10 (1909)
typed-rest-client version: 1.7.3
Issue Description
I want to make a GET request to a server running a Spring Rest API. Authentication is done with NTLM. The response comes back with statusCode 200, when I call response.readBody() the client hangs. I can see the successfull authentication in the server log.
Environment
Node version: 12.19.0 Npm version: 6.14.8 OS and version: Windows 10 (1909) typed-rest-client version: 1.7.3
Issue Description
I want to make a GET request to a server running a Spring Rest API. Authentication is done with NTLM. The response comes back with statusCode 200, when I call response.readBody() the client hangs. I can see the successfull authentication in the server log.
Expected behaviour
Get the body data (JSON).
Actual behaviour
Client hangs after call to readBody().
Code
Logs
NODE_DEBUG http log: