https://bz.apache.org/bugzilla/show_bug.cgi?id=64534

Felix Schumacher <felix.schumac...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEEDINFO

--- Comment #3 from Felix Schumacher <felix.schumac...@internetallee.de> ---
(In reply to Belén from comment #2)
> (In reply to Felix Schumacher from comment #1)
> > The documentation at
> > https://jmeter.apache.org/usermanual/component_reference.
> > html#HTTP_Authorization_Manager states, that the Java HTTP client supports
> > BASIC authentication, only.
> 
> The documentation states that Java HTTP clients supports BASIC mechanism
> only, not BASIC authentication only. I am using BASIC mechanism so this
> should work with Java implementation.

You have stated in the title and in the description, that you are using NTLM.

The wording mechanism and authentication might be misleading in the
documentation. If you want to enhance the documentation, patches are always
welcome.

If you think, that the authentication dialog, that a browser shows (when no
NTLM credential is found), is a BASIC authentication, than be aware, that the
browser converts your credentials to NTLM creds and sends those to the server.
That mechanism is not available in JMeter with the Java client.

Please have a look at the WWW-Authenticate header
(https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/WWW-Authenticate) in
the first 401 response. If only NTLM or Negotiation is mentioned, than the Java
client can't be used.

Is there any reason, why you are not using the HttpClient?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to