Hi Juraj,
Thank you for your reply.
May I know how to ensure the rest endpoint is accessible? How to check / troubleshoot it?
My REST settings in Kentico (Settings -> Integration -> REST) is I set to true for 'Service Enabled' and I set 'Service Enabled For' to Both. For other settings, I leave it as false (unchecked).
My I know, how can IIS level authentication still blocking the REST endpoint? Even I already set the basic authentication in postman with the username and password. I even use the generate an authentication hash for the REST URL, but still return login page.
All the authentication in IIS, I already follow / configure based on the guidelines provided (without the Windows & Digest Authentication).
Thank you.