I am looking forward to add a header to all requests from Flutter SDKs but I am not sure if it's possible with modifying base_url or something like that , can someone help by sending the url for the line that must be edited to add the header to all requests . thx
TL;DR
The user wants to add a header to all requests in the Flutter SDKs. They are unsure if it's possible by modifying the base URL or something similar. They are asking for help in finding the specific line of code that needs to be edited.Recommended threads
- Error With iOS Apps
I keep getting the below errors for my flutter app. The clients are registered and have been. This wasn't an issue a few hours ago. AppwriteException: AppwriteE...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...