Getting headers inside of an SSR component
is there a way to support this as an ssr component?
2 Replies
robust-apricot•4w ago
You can get user agent from request header from the server
pardon me, I missed putting
import { getRequestHeader } from '@tanstack/react-start/server'
in my coderare-sapphireOP•4w ago
thanks you! thats a great help