Forum Search Results for "" RSS 1—4 of 4

More Search Options

  • Re: Adding a new header in ISAPI filter (onPreProc)

    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

    • http://forums.iis.net/p/912041/1903130.aspx#1903130
  • Re: AddHeader Authentication

    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

    • http://forums.iis.net/p/824639/1903129.aspx#1903129
  • Re: Adding a new header in ISAPI filter (onPreProc)

    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, ...

    • http://forums.iis.net/p/912041/1903108.aspx#1903108
  • Re: AddHeader Authentication

    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:", ...

    • http://forums.iis.net/p/824639/1903105.aspx#1903105

Microsoft Communities