Struggled today with fetch in a Deno app. The rust lib Deno uses is extra strict about TLS security and would not connect to a REST API. Had to pull the json into a webhook app and fetch from that in Deno. A little detail here. 🤷‍♂️