Is there an alternative to disabling the "Require use remote interfaces permission" for COM access by anonymous users of a sharepoint 2019 (modern SPFx) on prem public website?
the only way we could get our custom sharepoint site to work is to disable this option, because our site needs to read data from sharepoint lists from the anonymous site.
So with the "Require use remote interfaces permissions" setting enabled on a public site, is there some other setting we can change to give anonymous user access to list rest api calls? is there are permission setting somewhere for this? and can we set this per list?
Thanks,