#Pass HTTP headers to useFetcher?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I have a service worker and have a custom HTTP header i need to send that will be intercepted, how can I send a HTTP header through useFetcher?
It’s not possible to add headers to fetcher calls
Is this something that will be possible in the future? We can do this with fetch which this must be doing in the background