Hi
For my appwrite setup I proxy everything through my Nuxt backend to be able to have the cookies rewritten to my domain without having to write the endpoints myself. I looked over the Audit code in the repo and wasnt able to find that Appwrite cares about X-Forwarded-For header when collecting the IP. The header is allowed.
How will it work with rate-limiting through the proxy? I know that some rate-limits are user based, but "public" endpoints will all have the same IP no?
Rate limit when proxying client request
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...