0

I have a Windows VPN Authentication issue even we configured Windows Authentication issue in JMeter.

I provide the authentication details like username and Password but still not allow to login into application

Mahesh
  • 17
  • 1
  • 1
  • 5

2 Answers2

0

There might be some cookies required and header value that may be missing. Try with cookie manager and header manager in your test plan. Also, sniff the request with wireshark or any other sniffer and check the different header values send with the request.

sunny_teo
  • 1,961
  • 1
  • 7
  • 11
0

You need to provide at least your Windows Domain as well in the HTTP Authorization Manager.

Depending on your application configuration you might also need to provide NTLM Realm

See Windows Authentication with Apache JMeter article for more information regarding configuring JMeter in order to bypass NTLM login challenge.

Dmitri T
  • 159,985
  • 5
  • 83
  • 133
  • Thanks for Replay @Dmitri T Do you know what exact detail we need to give for NTML as i already update jmeter.properties set httpclient4.auth.preemptive=false but still nothing is work – Mahesh May 28 '18 at 10:36