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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...