Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Passthrough APP and NTLM authentication

8 views
Skip to first unread message

Pry

unread,
Jan 27, 2004, 7:41:06 AM1/27/04
to
Hi,

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?

Igor Tandetnik

unread,
Jan 27, 2004, 12:10:35 PM1/27/04
to
"Pry" <anon...@discussions.microsoft.com> wrote in message
news:02A6D6B9-E4BB-40F8...@microsoft.com...

> 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


0 new messages