Taha Al-rehany
Taha Al-rehany
Is this issue still unresolved?!!! Any one has a solution?? @artisthong
After long and painstaking research, I found this: ``` const headers = useRequestHeaders(['cookie']) as HeadersInit const { data } = await useFetch('/api/example', { headers }) ``` this will set cookies...
@jorni-moddit After long and painstaking research, I found this: ``` const headers = useRequestHeaders(['cookie']) as HeadersInit const { data } = await useFetch('/api/example', { headers }) ``` this will set...