Hi, I am testing on OrientDB Community Server 2.1.0

I am using Postman to check HTTP API commands.

First I connect to a database
http://localhost:2480/connect/TestDB


Then I use 
http://localhost:2480/disconnect

to disconnect from the session, but I am getting the follow HTTP response
{
  "errors": [
    {
      "code": 401,
      "reason": "Unauthorized",
      "content": "Logged out"
    }
  ]
}

No matter what basic authentication I use e.g.
Username : admin
Password : admin

or 

Username : root
Password : 123

I am getting the same error.

That used to work in a previous version of OrientDB server , is that a bug ?

Thank you

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to