
Before the 1.4.x update, i believe we could set the API Key in the header using "X-Appwrite-Key" to execute functions in the backend using a POST request. How can we do it in the new functions using custom domain as well.

As of now it seems like that domain based request are executed as client level only


ohk got it, thanks
Recommended threads
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- How do I pair Polar.sh + Hono + Appwrite...
This is what all it required by polar to see the webhook data. Managing with webhook data is not an issue, but how do I pair this all with appwrite functions st...
- The function became slower after being e...
I used the Python SDK and set `xasync=True` in `create_execution`, expecting it to execute quickly on another worker. However, the execution ended up taking sev...
