In case of server side rendering, i want to forward a particular header (Cookie) from the express request to the (fetch) req object (the one received by middleware). How can one do that? I don't think i can have the middleware function accessing some global var (race conditions).
Thanks