On this rainy Friday I got behind my laptop to build a REST API in ODC.
Building a REST API is quite straightforward. But how do you arrange authentication? The simplest method, which you also know from O11, is basic authentication. You then arrange the login in the OnAuthentication callback of the REST API using an OutSystems server action. You also have that choice in ODC, but there is a catch.
