Does anyone know if it's possible for the ArcGIS Enterprise Portal application to make server side network requests to data sources of Living Atlas layers (when Portal is configured with Living Atlas subscriber content)? I assume that a Living Atlas layer in Enterprise, which have internal URLs (i.e. https://portal.domain.com/arcgis/sharing/servers/bd0375ee649b4a06804bd21ccf6c280f/rest/services/LiveFeeds/NOAA_storm_repo… ), will only make client side requests once a user adds the layer to a map, but am curious if there are intermediary requests that Portal might make as well. For instance,
1. client requests Living Atlas layer from portal.
2. Portal gets layer information like renderer and other basic information from the source
3. Portal returns layer information to the client.
4. Client makes request directly to source for features.
Or something like that.
The reason I'm asking is that there seem to be some network requests from the server hosting Portal to some external resources, and I'm trying to rule out Portal making them.