hi @lax50, GraphQL on AEM 6.5 can be authenticated, but on Publish instances the recommended and most reliable pattern is to execute persisted queries with proper Dispatcher, CORS, and permissions, which differ from local and commonly cause 401 on Dev/Publish. Local POST queries often fail in Dev du...