Appearance
Internal Only
Internal Only restricts an endpoint to callers on localhost or the configured internal network.
Calls from other AireGlu endpoints include an X-AireGlu-Auth header so the runtime can verify the calling endpoint. External callers outside the internal network cannot reach the endpoint.
This is typically combined with other authentication methods on the same endpoint rather than used on its own.