
Hi, I want to set a custom header and read that in appwrite function. Currently i tried setting a header in postman but in the appwrite function req.headers returns {}

you can't do that with functions at the moment. all data passed in should be passed as part of the data
parameter: https://appwrite.io/docs/client/functions?sdk=web-default#functionsCreateExecution

So req.headers doesn't have any purpose?
Recommended threads
- What's the best way to store user subscr...
I am confused whether I should store the external subscription status in the user object itself, or have different database for this.
- How exact time for Appwrite Functions ge...
As title, I want to know how much time Appwrite Cloud wait for Functions until it gets hibernated (cold start). 30m? 1h?
- How much should I wait for Appwrite Func...
Here's my situation: 1. Deploy the function first 2. Add API key(other service) in env 3. Redeploy 4. The function still cannot recognize my API key. I think i...
