Rank 2: Process
Hi team, I request this feature
https://github.com/appwrite/appwrite/issues/10788
const client = new Client() .setEndpoint(endpoint) .setProject(projectId) .setKey(apiKey) .setForwardedUserAgent(userAgent) // ✅ exists .setForwardedIP(clientIP); // ❌ missing