I am trying to record a desktop application(banking application) in JMeter .Application uses SSO for sign in .While recording application in JMeter I am facing below error.
I have already tried adding authorization manager as well as changed implementation to Java , but in vain.
Error in JMeter :-
ERROR o.a.j.p.h.s.HTTPJavaImpl: readResponse: java.io.IOException: Server returned HTTP response code: 401 for URL: https:// 2020-07-29 12:08:38,024 ERROR o.a.j.p.h.s.HTTPJavaImpl: Cause: java.io.IOException: Server returned HTTP response code: 401 for URL: https://
Error at client side The HTTP request is unauthorized with client authentication scheme 'Negotiate' . the Authentication header received from server was 'Negotiate ,NTLM'
Please Note :- won't be able to use blazemeter tool or any other internet requiring tool for recording or for conversion of HAR files
Any help will be highly appreciated
Thanks in Advance !