Question
· Apr 6

REST application gets 403 Forbidden

This question originally appeared in the comments of the post: %NOCHECK for Objects
 

I deployed an IRIS REST application using Installer class. I think I created the namespace FEEDER database with %DB_Default resource and I used the same resource in Web Application roles. I allowed Unauthenticated Authentication method. I used ^%ISCLOG and reviewed ^ISCLOG. I do not understand why I get 403 Forbidden response.

Product version: IRIS 2022.3
Discussion (1)1
Log in or sign up to continue

The 403 Forbidden response you are encountering when accessing your IRIS REST application is likely due to the unauthenticated access configuration. If you have installed a normal or higher security instance of IRIS, the unauthenticated option is unsupported by default. You should choose another authentication option when configuring the web application to resolve this issue [1].