> I have been using Variman at an MLS client site for about a year with
> great success. Recently we integrated ZipForms and ran into a small
> problem. If a user enters an invalid username or password an error is
> logged through RetsException however it never makes it way to sending
> the 20037 ReplyCode. I am using the latest release of Variman. Is this
> a known bug/issue or am I missing something...
That error says "User Agent Authentication Failed". Variman is not
using user agent authentication, so it would not return this error. As
for normal user authentication, Variman handles that with an HTTP 401
response - no connection is ever established in order to return a RETS
error.
Hope that helps.
401 Not Authorized Either the header did not contain an acceptable Authorization or the username/ password was invalid. The server response MUST include a WWW-Authenticate header field.
I will discuss this with the developers at ZipForms.