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
all authentication requests show the server's IP address instead of the actual client IP. This breaks rate limiting, abuse detection, and security audit logs.
good news! appwrite auth automatically handles rate limiting and abuse detection for you
Hi Chirag, thanks for your answer, but it's a bit irrelevant to the proposal because I am using appwrite auth already
<@564158268319203348> <@462046107556511744> https://github.com/appwrite/appwrite/pull/10796
<@462046107556511744> what do you think about this? I created a PR, do you have to assign the issue to me in order to be implemented? also should I update the SDK to support this change or will you take care of it?
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Confused about Appwrite Pro pricing
Hi. I've been subscribed to the $25 Appwrite Pro plan, but I've been getting charged $40. I have two projects on my account. I was wondering where exactly the e...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...