Hi, Generally, your REST API needs to be accessible to anyone you expect the use the User Interface. So, if your User Interface is accessible to the world, then your REST API must also be accessible to the world. If your User Interface is behind a firewall, then your REST API can be behind the same firewall (but then all users must access both from behind that firewall). Generally, it must have the exact same access settings as your User Interface, since the User Interface requires the REST API to operate.
Tim On Sunday, March 13, 2022 at 7:01:22 AM UTC-5 [email protected] wrote: > Does public accessible mean online, like anyone outside my local network > could access my REST API or does that mean that my REST API is accessible > only in my local network? > [image: Capture.PNG] > If it means that my REST API should be accessible outside my local > network, how would I do it if port forwarding is not an option (Because I > am behind a CGNAT setup)? Thanks! > > > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/f14c1304-35ba-4749-aacf-95c0748d1b13n%40googlegroups.com.
