Protecting Rest API using OAuth2

By default, a newly generated Rest API lacks protection. This implies that accessing the Rest API won’t trigger a request for credentials such as a username and password. Simply pasting the URL directly into the browser allows immediate viewing of results. Securing the REST API is the responsibility of developers. ORDS provides two types of

Read More »

Adding and Hiding Region

In the example, when clicking the Hide button, Region 2 will hide, and at the same time Region 1 will expand wide to allocate the space that was hidden by Region 2. To accomplish this, a value is added on Static ID properties for both of these regions, this will be use to reference the

Read More »