It seems that the API you are using in the Passthrough APP doesn't have access to the NTLM authentication information (Authorization header). Any workaround for this one?
What do you want to do with it? Do you want to supply your own
credentials? Then implement IAuthenticate. Do you want to see
credentials supplied by the client? Implement IAuthenticate, forward the
request to the client, read client-supplied parameters. Alternatively,
query the target APP for IWinInetHttpInfo and call
QueryInfo(HTTP_QUERY_AUTHORIZATION | HTTP_QUERY_FLAG_REQUEST_HEADERS)
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken