While working on a Nuxt 3 application, I needed to fetch data from my backend using useFetch and useAsyncData, which are commonly used for server-side data fetching in Nuxt. The requests worked fine when targeting a public URL, but when making reques...