Restrict Database read with permission ``Any`` from REST calls from Any Client to specific Clients .
- 0
- Self Hosted
So I have a database Username it has the permissions as json "$permissions": [
"read(\"any\")",
"update(\"user:xxxxxxxxxxxxxxxxxxxxx\")"
],. I have done a GET REST request from postman , return the data how can I restrict this and only allow specific Client to respond
what exactly do you mean by
how can I restrict this and only allow specific Client to respond do you want to restrict accepting of requests to - for example - only a web browser?
We add platforms in Appwrite like flutter android etc if i dont add the current app bundle it will thow error as platform is not added but not in case of postman the requiest goes though
Recommended threads
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...