DSAPI problem

We had a DSAPI system rolled out on our R5 system and everything was working fine. We have now upgraded our servers to 6.0.1CF and the DSAPI dll isn’t running the same as before on the R5 system. We have recompiled the dll with the new C API but that did not solve are problem.

The system works in the following way. A user logs on to one of our websites. That web site then sets a cookie that the DSAPI system picks up and formulates a domino user name and logs the user in. According to the domino web logs the system is working fine (no 401 status errors) but the system still peridically gives a login box (only once per database). The user can put anything into the box and it is fine because of the DSAPI code. It almost seems like R6 needs to have the browser pass information in the authorization header (user name/ password) even though it isn’t needed.

Does anyone know if something has changed in R6 that wasn’t there before?

Is there anyway I can force something in the authorization header? Setting the authData->userName does not work because that is only thread based and not for the request.

Thanks

Paul

Subject: DSAPI problem

Hi,

I’m currently having the same problem as you describe above. Did you find as useful solution?

Thanx

//Johan