I would reaally appreciate some help when it comes to fetching an external API from inside of a Cloudflare Worker.
My API is running with Express at the url https:/[redacted].hstgr.cloud:3000/ and when I do fetch that locally, I get a proper response which is a JSON with a "message: Request Accepted!" - you see that in the browser.