Published on InterSystems Developer Community (https://community.intersystems.com)

Home > Using Atelier REST API

Question
Oleg Dmitrovich · Mar 12, 2017

Using Atelier REST API

Hi everyone!

From documentation:

... Unless ... you need to provide a username and password to access the API ...

... so the complete URL for GetServer is: http://localhost:57772/api/atelier/

Try this:

curl --user name:password "http://localhost:57772/api/ateiler/"

Response is:

<HTML>...<BODY><H1>Not Found</H1>
The requested URL /api/ateiler/%CSP.Login.cls was not found on this server.<P>
</BODY></HTML>

What I'm doing wrong?


Source URL:https://community.intersystems.com/post/using-atelier-rest-api