dalian5795Original post
Apple Developer
I am using AppWrite functions to perform an http request using NodeJs.
I specify all the required headers on my NodeJS code and when I execute the function locally, I get the correct response returned from the source. However, when I perform the execution from Appwrite “which reads from the same Github repo” the functionality returns a 403z
Summary
Developers are facing issues with HTTP requests in AppWrite functions. They are setting all headers in NodeJS code and it works locally but returns a 403 error when executed from AppWrite.