[
https://issues.apache.org/jira/browse/CAMEL-19146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17753110#comment-17753110
]
Valeriy Ak commented on CAMEL-19146:
------------------------------------
In my case for NTLM auth correct works - authHost must set to some-url's
hostname
Example:
{code:java}
http://my-host.test.com/test/path?authHost=my-host.test.com&authDomain={{http.ntlmAuthDomain}}&authUsername={{http.ntlmAuthUsername}}&authPassword={{http.ntlmAuthPassword}}{code}
> HTTP component NTLM auth not working
> ------------------------------------
>
> Key: CAMEL-19146
> URL: https://issues.apache.org/jira/browse/CAMEL-19146
> Project: Camel
> Issue Type: Bug
> Components: camel-http
> Affects Versions: 3.18.2
> Reporter: Alexander Anpilov
> Priority: Major
>
> When I was using camel-http:3.15.0 this endpoint worked fine:
> .to("http://some-url?authHost={{{{{}http.ntlmAuthHost{}}}}}&authDomain={{{{{}http.ntlmAuthDomain{}}}}}&authUsername={{{{{}http.ntlmAuthUsername{}}}}}&authPassword={{{{{}http.ntlmAuthPassword{}}}}}")
>
> Arter that fix "CAMEL-18355" ntlm auth not working.
> Problem started from version 3.18.2
> I have tested all versions to 3.20.2.
>
> Maybe I need to change URI for new versions?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)