Skip to content
Back

Add setForwardedIP() method to Client SDK for SSR scenarios

  • 0
  • Web
  • Cloud
Alex Bourg
10 Nov, 2025, 00:46

Hi team, I request this feature https://github.com/appwrite/appwrite/issues/10788

TypeScript
const client = new Client()
  .setEndpoint(endpoint)
  .setProject(projectId)
  .setKey(apiKey)
  .setForwardedUserAgent(userAgent) // ✅ exists
  .setForwardedIP(clientIP);        // ❌ missing
TL;DR
Developers are requesting the addition of a `setForwardedIP()` method to the Client SDK for SSR scenarios. This feature is needed to set the forwarded IP address in the SDK.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more