-
Posted to
Extensibility
by
narayanspg
on
05-08-2009, 9:18 AM
hey i got it working by the end of the day.....
thanks
i shd have to use base64 on username:password
but i was previosly doing on separate strings...
thanks guys narayanspg
-
Posted to
Extensibility
by
narayanspg
on
05-08-2009, 9:16 AM
hey i got it working by the end of the day.....
thanks
i shd have to use base64 on username:password
but i was previosly doing on separate strings...
thanks guys
narayanspg
-
Posted to
Extensibility
by
narayanspg
on
05-08-2009, 5:25 AM
Hi ,
my problem sounds same but its with ISAPI filter
i wrote a simple ISAPI filter...
which should authenticate automatically without prompting for username and password.
the username and password are base64 encoded.
the code snippet looks like :
wsprintf(szTemp, ...
-
Posted to
Extensibility
by
narayanspg
on
05-08-2009, 4:57 AM
Hi i am having the same problem. can someone help me in this regard.
the code snippet looks like :
wsprintf(szTemp, "Basic %s:%s",encodedUsername,encodedPassword);
pHeaderInfo->SetHeader(pCtxt->m_pFC, "Authorization:", ...