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
- restore backup on another server with an...
I managed to restore DB+Volumes from a server to another one with another domain but when I try to click my project on the console, I get error "404 - Project w...
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...