#Pass HTTP headers to useFetcher?

1 messages · Page 1 of 1 (latest)

wispy rose
#

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?

dense birch
#

It’s not possible to add headers to fetcher calls

wispy rose
#

Is this something that will be possible in the future? We can do this with fetch which this must be doing in the background