alphaville / jaqpot3

A brand new version of jaqpot - fully OpenTox API (1.2) compliant (see http://opentox.ntua.gr ) - lots of new features
http://opentox.ntua.gr
2 stars 1 forks source link

/algorithm status code 303 is not API-compliant #29

Open alphaville opened 9 years ago

alphaville commented 9 years ago

The service at /algorithm returns a 303 if the client does not provide an authorisation token. This is not compliant to the OpenTox API v1.2. I think the best option is that /algorithm always returns a list of all algorithm URIs and does not require user authentication.

This raises the need for a web-based user interface that is perfectly separated from the services. We should also consider removing the HTML support form JAQPOT at a certain point.