Hello,

My client code for YBot (in PHP) working fine locally refuses to log in on Toolforge servers. What I get upon a login request is the following:

    [login] => Array
        (
            [result] => NeedToken
            [token] => 6c254247bcaf8d7ad98dbfdabbb96bfa5b819379+\
        )

I do get a successful login response locally, though.

Is there any chance we are affected by a configuration issue on Toolforge servers?

Any ideas?