REST example
Trying to get started on REST api on https://learning.intersystems.com/course/view.php?id=681. Doing something basic wrong in my setup
.png)
.png)
.png)
Product version: IRIS 2020.1
Discussion (3)0
Comments
It should be
http://localhost:52773/user/api/testand not:
http://localhost:52773/user/api/test/Also, do either:
- In application settings set Password as Allowed Authentication Method and in your Postman request add Basic Auth
- In application settings add %ALL role in Application Roles
Thanks. Had actually been attempting without the / at the end mainly. Adding the %ALL just itself allows it to run.
Feel free to report this to online.training@intersystems.com. I've run into an issue before (coincidentally a separate REST course) where I had to fiddle with user permissions, and they updated the material.