I inherited a project from another developer that was already in place with an earlier version of ContentServer. We just upgrated to 10.5 when i came on.
The project uses the Web Services (Authentication.svc) to authenticate just fine. The code saves the token in memory. When we attempt to search, the system calls the CS.exe on the front end posting in a query string and specifing the results should be in XML format. This was working before the 10.5 upgrade I think.
Anyway, the token is attached to the request as a cookie (I don't have the exact code in front of me at the moment), but a 401 Not Authorized error is returned.
Any idea what I am doing wrong?