Unable to Access OneFlow Server api from Rest Client

Hi,

We were trying to access One Flow Server API from Rest Client. We are able to contact the OneFlow Server through the port 2474. OneFlow Server is asking for Username and Password when we don’t provide them. If we give oneadmin and its password we are getting the following response error.We are not able to read much into this error.

body { text-align:center;font-family:helvetica,arial;font-size:22px; color:#888;margin:20px} #c {margin:0 auto;width:500px;text-align:left}

Sinatra doesn’t know this ditty.

Try this:
get '/service/' do
  "Hello World"
end

What should be the user credentials that we need to provide to access OneFlow REST API from REST client?

Thanks,
Saravana

Hi ,

I got it working. It was a couple of mistake , appending ‘/’ at the end of the url and giving hashed password instead of the correct one.

Thanks,
Saravana