I need help with making HTTP requests in Blocks:
- Regular fetch() fails with CORS errors as (more or less) expected in Blocks
- In my original extension script, I used remoteFetchAsync which worked fine for handling CORS issues
- However, when I try to use remoteFetchAsync in Blocks, it seems to not exist at all
I've thoroughly checked the @airtable/blocks SDK, since the docs don't seem to say anything about this for blocks, (it has the "Scripting Extension Only" tag).
Questions for the Airtable team:
- What is the current, supported way to make HTTP requests from Blocks?
- If there isn't one, why not? And when will this be fixed?
- Can you explain why remoteFetchAsync works in extensions but isn't available in Blocks?
Thanks for any help, and happy holidays!