Getting headers inside of an SSR component
is there a way to support this as an ssr component?
2 Replies
xenial-black•4mo 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 codegenetic-orangeOP•4mo ago
thanks you! thats a great help