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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...