Monday, April 29, 2024

Protect Restfull API with Basic Authentication

 1. Create new module from Restfull service.



2. Create Template..

3. Create Authentication User from ==> Manage Users & Group ==> Create User
   


4. From Privilage Create New privilage.

 
Now API is protected and when we want to call API then we need to use Basic Authentication.
 




No comments:

Post a Comment

Image File store outside of Oracle Database and show image into Apex Application

Directory Create : grant execute on utl_file to HRMS; CREATE OR REPLACE DIRECTORY STOCK_DIRECTORY AS 'C:\Program Files (x86)\Apache Sof...